summaryrefslogtreecommitdiffstats
path: root/examples/opengl/shared
diff options
context:
space:
mode:
authorTrond Kjernaasen <trond@trolltech.com>2009-09-21 13:12:07 (GMT)
committerTrond Kjernaasen <trond@trolltech.com>2009-09-21 13:13:23 (GMT)
commit8122c4fe6604caff016b2fe434a8e7065d025b1f (patch)
tree18981f8459268fb952818ff2079a1b022bc406c6 /examples/opengl/shared
parentdeaf3c9f97c916dddf80ba721623bfd704fccdbe (diff)
downloadQt-8122c4fe6604caff016b2fe434a8e7065d025b1f.zip
Qt-8122c4fe6604caff016b2fe434a8e7065d025b1f.tar.gz
Qt-8122c4fe6604caff016b2fe434a8e7065d025b1f.tar.bz2
Fixed a warning.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/opengl/shared')
-rw-r--r--examples/opengl/shared/qtlogo.h2
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