diff options
author | hjk <qtc-committer@nokia.com> | 2009-05-28 11:17:27 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-05-28 11:38:54 (GMT) |
commit | 389ca4b5931efbf2bcac050ec80ec7971b61c857 (patch) | |
tree | 2549cf72f67f72f188ab921cbfdd95806bfe17f1 /src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | |
parent | 54aaf1f72e11ba4d7e38bbde127a4630aa27df23 (diff) | |
download | Qt-389ca4b5931efbf2bcac050ec80ec7971b61c857.zip Qt-389ca4b5931efbf2bcac050ec80ec7971b61c857.tar.gz Qt-389ca4b5931efbf2bcac050ec80ec7971b61c857.tar.bz2 |
Compile fix with namespaces.
Diffstat (limited to 'src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp')
-rw-r--r-- | src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp b/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp index f237847..560ad3a 100644 --- a/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp +++ b/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp @@ -43,6 +43,8 @@ #include <private/qbezier_p.h> +QT_BEGIN_NAMESPACE + void QGL2PEXVertexArray::clear() { vertexArray.reset(); @@ -160,3 +162,5 @@ void QGL2PEXVertexArray::curveToArray(const QGLPoint &cp1, const QGLPoint &cp2, } } } + +QT_END_NAMESPACE |