summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-04-24 08:48:10 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2009-04-24 08:48:10 (GMT)
commit8d93fb9149d20eb6110649c9fab2d0ef25960ccf (patch)
tree8a8f045ef8123d2b3646cce9578f4fee111cfe67
parenta90c924918f5705f900e2f55cfc5ca44ba3f8c3b (diff)
downloadQt-8d93fb9149d20eb6110649c9fab2d0ef25960ccf.zip
Qt-8d93fb9149d20eb6110649c9fab2d0ef25960ccf.tar.gz
Qt-8d93fb9149d20eb6110649c9fab2d0ef25960ccf.tar.bz2
compile...
-rw-r--r--src/opengl/qglframebufferobject.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/opengl/qglframebufferobject.cpp b/src/opengl/qglframebufferobject.cpp
index b210285..b5d0088 100644
--- a/src/opengl/qglframebufferobject.cpp
+++ b/src/opengl/qglframebufferobject.cpp
@@ -160,8 +160,7 @@ QGLFramebufferObjectFormat::QGLFramebufferObjectFormat(const QGLFramebufferObjec
Assigns \a other to this object.
*/
-QGLFramebufferObjectFormat::QGLFramebufferObjectFormat &
-QGLFramebufferObjectFormat::operator=(const QGLFramebufferObjectFormat &other)
+QGLFramebufferObjectFormat &QGLFramebufferObjectFormat::operator=(const QGLFramebufferObjectFormat &other)
{
*d = *other.d;
return *this;