Removed forward declaration.

This commit is contained in:
Mostafa-ashraf19 2022-07-20 12:47:29 +02:00
parent 405b64edb7
commit e050176613
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ inline CGAL::IO::Color get_random_color(CGAL::Random& random)
return res;
}
template <typename BufferType = float>
class GraphicBuffer<BufferType>;
//------------------------------------------------------------------------------
template <typename BufferType = float>
class Basic_viewer_qt : public CGAL::QGLViewer