summaryrefslogtreecommitdiff
path: root/include/rtl/bootstrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/bootstrap.hxx')
-rw-r--r--include/rtl/bootstrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtl/bootstrap.hxx b/include/rtl/bootstrap.hxx
index df9233b6000a..a190a87bd070 100644
--- a/include/rtl/bootstrap.hxx
+++ b/include/rtl/bootstrap.hxx
@@ -27,8 +27,8 @@ namespace rtl
{
void * _handle;
- inline Bootstrap( Bootstrap const & ); // not impl
- inline Bootstrap & operator = ( Bootstrap const & ); // not impl
+ Bootstrap( Bootstrap const & ) SAL_DELETED_FUNCTION;
+ Bootstrap & operator = ( Bootstrap const & ) SAL_DELETED_FUNCTION;
public:
/**