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

"// not impl" -> "= delete"

Change-Id: Ide848d53564a4c4f822ae3875102ee09f03e3ce5
Reviewed-on: https://gerrit.libreoffice.org/29232Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 5333743d
......@@ -140,8 +140,8 @@ class TypeDescr
{
typelib_TypeDescription * m_td;
TypeDescr( TypeDescr & ); // not impl
void operator = ( TypeDescr ); // not impl
TypeDescr( TypeDescr & ) = delete;
void operator = ( TypeDescr ) = delete;
public:
inline explicit TypeDescr( typelib_TypeDescriptionReference * td_ref );
......
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