summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:24:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:00 +0100
commitcd5c0adf811f8b63c312dc48c2790759eb19deeb (patch)
tree5a7aaf73a25ab242b97b3c06838983aae84043f6 /registry
parentbe90769d22b1b0dedae7697087001982425862a8 (diff)
loplugin:deletedspecial
Change-Id: I52253f6b925a943edc2984ce4d9462bd1edb5f51
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);