aboutsummaryrefslogtreecommitdiff
path: root/src/opengl_widget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl_widget.hh')
-rw-r--r--src/opengl_widget.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/opengl_widget.hh b/src/opengl_widget.hh
index 39897be..abe226f 100644
--- a/src/opengl_widget.hh
+++ b/src/opengl_widget.hh
@@ -13,9 +13,12 @@
#define FOV 70
+class OpenGLWidget;
+
+
class Painter {
public:
- virtual void draw(QOpenGLExtraFunctions *f) const = 0;
+ virtual void draw(OpenGLWidget *glw) const = 0;
};