"// not impl" -> "= delete"
Change-Id: Ide848d53564a4c4f822ae3875102ee09f03e3ce5 Reviewed-on: https://gerrit.libreoffice.org/29232 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -140,8 +140,8 @@ class TypeDescr
|
|||||||
{
|
{
|
||||||
typelib_TypeDescription * m_td;
|
typelib_TypeDescription * m_td;
|
||||||
|
|
||||||
TypeDescr( TypeDescr & ); // not impl
|
TypeDescr( TypeDescr & ) = delete;
|
||||||
void operator = ( TypeDescr ); // not impl
|
void operator = ( TypeDescr ) = delete;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
inline explicit TypeDescr( typelib_TypeDescriptionReference * td_ref );
|
inline explicit TypeDescr( typelib_TypeDescriptionReference * td_ref );
|
||||||
|
Reference in New Issue
Block a user