Kaydet (Commit) 873b6d9d authored tarafından Michael Meeks's avatar Michael Meeks

Use deleted function macro.

Change-Id: Id1c7efc5af7ba335466ff637eac637d7a6c41ed5
üst 848c78ff
...@@ -39,7 +39,7 @@ private: ...@@ -39,7 +39,7 @@ private:
TextureList maTextures; TextureList maTextures;
bool mbBlending; bool mbBlending;
OpenGLProgram(const OpenGLProgram &notImplemented); OpenGLProgram(const OpenGLProgram &) SAL_DELETED_FUNCTION;
public: public:
OpenGLProgram(); OpenGLProgram();
~OpenGLProgram(); ~OpenGLProgram();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment