loplugin:deletedspecial

Change-Id: I988d7cdfa048a3b093ebc34f9016ac42440daa4b
This commit is contained in:
Stephan Bergmann
2015-02-07 12:10:50 +01:00
parent c6be3cf03b
commit b13b01a2bc
16 changed files with 47 additions and 105 deletions

View File

@@ -92,9 +92,8 @@ namespace cppcanvas
// singleton
VCLFactory();
// default: disabled copy/assignment
VCLFactory(const VCLFactory&);
VCLFactory& operator=( const VCLFactory& );
VCLFactory(const VCLFactory&) SAL_DELETED_FUNCTION;
VCLFactory& operator=( const VCLFactory& ) SAL_DELETED_FUNCTION;
};
}