summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/uno_bridge/cli_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli_ure/source/uno_bridge/cli_base.h b/cli_ure/source/uno_bridge/cli_base.h
index 8c29e66f28c4..ea07ff0767da 100644
--- a/cli_ure/source/uno_bridge/cli_base.h
+++ b/cli_ure/source/uno_bridge/cli_base.h
@@ -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 );