remotes/origin/Plasma/5.0
Andre Woebbeking 15 years ago
parent e81c68fee8
commit 88a33c67c4
  1. 2
      libkwineffects/kwingltexture.h
  2. 2
      scene_opengl.h

@ -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…
Cancel
Save