PVS: V690 The copy constructor is declared as private in the 'PropertySheet' class, but the default copy assignment operator will still be generated by compiler. It is dangerous to use such a class.
This commit is contained in:
@@ -182,6 +182,7 @@ protected:
|
||||
private:
|
||||
|
||||
PropertySheet(const PropertySheet & other);
|
||||
PropertySheet& operator= (const PropertySheet&);
|
||||
|
||||
/* friends */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user