-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); GLTexture(GLTexturePrivate& dd);
private: private:
Q_DECLARE_PRIVATE(GLTexture); Q_DECLARE_PRIVATE(GLTexture)
}; };
} // namespace } // namespace

View file

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