summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-05-28 11:17:27 (GMT)
committerhjk <qtc-committer@nokia.com>2009-05-28 11:38:54 (GMT)
commit389ca4b5931efbf2bcac050ec80ec7971b61c857 (patch)
tree2549cf72f67f72f188ab921cbfdd95806bfe17f1 /src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h
parent54aaf1f72e11ba4d7e38bbde127a4630aa27df23 (diff)
downloadQt-389ca4b5931efbf2bcac050ec80ec7971b61c857.zip
Qt-389ca4b5931efbf2bcac050ec80ec7971b61c857.tar.gz
Qt-389ca4b5931efbf2bcac050ec80ec7971b61c857.tar.bz2
Compile fix with namespaces.
Diffstat (limited to 'src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h')
-rw-r--r--src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h b/src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h
index 35566ca..d7a9f73 100644
--- a/src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h
+++ b/src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h
@@ -59,6 +59,8 @@
#include <private/qvectorpath_p.h>
#include <private/qgl_p.h>
+QT_BEGIN_NAMESPACE
+
class QGLPoint
{
public:
@@ -124,4 +126,6 @@ private:
inline void curveToArray(const QGLPoint &cp1, const QGLPoint &cp2, const QGLPoint &ep, GLfloat inverseScale);
};
+QT_END_NAMESPACE
+
#endif