summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/tools/options.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/registry/tools/options.hxx b/registry/tools/options.hxx
index 1c754ecb6b48..86f3597577f8 100644
--- a/registry/tools/options.hxx
+++ b/registry/tools/options.hxx
@@ -23,6 +23,8 @@
#include <string>
#include <vector>
+#include <sal/types.h>
+
namespace registry
{
namespace tools
@@ -31,8 +33,8 @@ class Options
{
std::string m_program;
- Options (Options const &);
- Options & operator= (Options const &);
+ Options (Options const &) SAL_DELETED_FUNCTION;
+ Options & operator= (Options const &) SAL_DELETED_FUNCTION;
public:
explicit Options (char const * program);