-pedantic
This commit is contained in:
parent
e81c68fee8
commit
88a33c67c4
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ protected:
|
|||
GLTexture(GLTexturePrivate& dd);
|
||||
|
||||
private:
|
||||
Q_DECLARE_PRIVATE(GLTexture);
|
||||
Q_DECLARE_PRIVATE(GLTexture)
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
|
|
@ -146,7 +146,7 @@ protected:
|
|||
Texture(TexturePrivate& dd);
|
||||
|
||||
private:
|
||||
Q_DECLARE_PRIVATE(Texture);
|
||||
Q_DECLARE_PRIVATE(Texture)
|
||||
|
||||
friend class SceneOpenGL::Window;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue