loplugin:deletedspecial
Change-Id: I988d7cdfa048a3b093ebc34f9016ac42440daa4b
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user