summaryrefslogtreecommitdiff
path: root/registry/tools/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/options.hxx')
-rw-r--r--registry/tools/options.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/options.hxx b/registry/tools/options.hxx
index 7b3bee2ff785..6b6264455037 100644
--- a/registry/tools/options.hxx
+++ b/registry/tools/options.hxx
@@ -31,7 +31,7 @@ namespace tools
{
class Options
{
- std::string m_program;
+ std::string const m_program;
Options (Options const &) = delete;
Options & operator= (Options const &) = delete;