-pedantic

This commit is contained in:
Andre Woebbeking 2011-08-27 09:31:38 +02:00
parent e81c68fee8
commit 88a33c67c4
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ protected:
GLTexture(GLTexturePrivate& dd);
private:
Q_DECLARE_PRIVATE(GLTexture);
Q_DECLARE_PRIVATE(GLTexture)
};
} // namespace

View file

@ -146,7 +146,7 @@ protected:
Texture(TexturePrivate& dd);
private:
Q_DECLARE_PRIVATE(Texture);
Q_DECLARE_PRIVATE(Texture)
friend class SceneOpenGL::Window;
};