diff options
author | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-07-02 13:38:07 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-07-02 13:38:07 (GMT) |
commit | 449cbdfd1b8523e721d8b86e49647495b67005e4 (patch) | |
tree | 110ccb5e37ceb2077e6da1022ec95878a5aebf97 /src/opengl/qgl_p.h | |
parent | e11af338a0d0e96a8100d0e78cc42e67e1447864 (diff) | |
download | Qt-449cbdfd1b8523e721d8b86e49647495b67005e4.zip Qt-449cbdfd1b8523e721d8b86e49647495b67005e4.tar.gz Qt-449cbdfd1b8523e721d8b86e49647495b67005e4.tar.bz2 |
Fix the tests for the internal GL resource system.
Diffstat (limited to 'src/opengl/qgl_p.h')
-rw-r--r-- | src/opengl/qgl_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h index 3be30de..fd6b7f0 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -612,7 +612,7 @@ inline GLenum qt_gl_preferredTextureTarget() /* Base for resources that are shared in a context group. */ -class QGLContextGroupResourceBase +class Q_OPENGL_EXPORT QGLContextGroupResourceBase { public: QGLContextGroupResourceBase(); @@ -673,7 +673,7 @@ protected: /* Base for resources that are context specific. */ -class QGLContextResourceBase +class Q_OPENGL_EXPORT QGLContextResourceBase { public: virtual ~QGLContextResourceBase() { |