From 646da79a07166d7d1ec76983d38ad2270db76754 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 21 Aug 2009 18:00:36 +0200 Subject: compile fix with namespaces in QGLCustomShaderStagePrivate --- src/opengl/gl2paintengineex/qglcustomshaderstage.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp b/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp index a82caa0..9a5cd10 100644 --- a/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp +++ b/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp @@ -44,6 +44,8 @@ #include "qpaintengineex_opengl2_p.h" #include +QT_BEGIN_NAMESPACE + class QGLCustomShaderStagePrivate { public: @@ -121,3 +123,5 @@ void QGLCustomShaderStage::setSource(const QByteArray& s) Q_D(QGLCustomShaderStage); d->m_source = s; } + +QT_END_NAMESPACE -- cgit v0.12