Kaydet (Commit) 913b112d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:deletedspecial

Change-Id: I203989497f9cf7c67032331ae068184d4192eea4
üst b3893cc5
...@@ -35,8 +35,8 @@ namespace drawinglayer ...@@ -35,8 +35,8 @@ namespace drawinglayer
class DRAWINGLAYER_DLLPUBLIC AnimationEntry class DRAWINGLAYER_DLLPUBLIC AnimationEntry
{ {
private: private:
AnimationEntry(const AnimationEntry&); AnimationEntry(const AnimationEntry&) SAL_DELETED_FUNCTION;
AnimationEntry& operator=(const AnimationEntry& rCandidate); AnimationEntry& operator=(const AnimationEntry& rCandidate) SAL_DELETED_FUNCTION;
public: public:
AnimationEntry(); AnimationEntry();
......
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