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

-Werror,-Wunused-member-function

Change-Id: I6f8c9a32bc9266f20b5fc74b4e2f60f7b6be55d3
üst 6b1aff89
...@@ -205,9 +205,6 @@ public: ...@@ -205,9 +205,6 @@ public:
Impl2(): m_attr1(0.0) {} Impl2(): m_attr1(0.0) {}
private: private:
Impl2(Impl &); // not defined
void operator =(Impl &); // not defined
virtual ~Impl2() {} virtual ~Impl2() {}
virtual void SAL_CALL initialize( virtual void SAL_CALL initialize(
......
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