diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/opengl/shared/qtlogo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/shared/qtlogo.h b/examples/opengl/shared/qtlogo.h index 26508e1..4f5c357 100644 --- a/examples/opengl/shared/qtlogo.h +++ b/examples/opengl/shared/qtlogo.h @@ -46,7 +46,7 @@ #include <QtOpenGL> class Patch; -class Geometry; +struct Geometry; //! [0] class QtLogo : public QObject |