summaryrefslogtreecommitdiff
path: root/odb/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.hxx')
-rw-r--r--odb/options.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/options.hxx b/odb/options.hxx
index 9074410..8fb43e2 100644
--- a/odb/options.hxx
+++ b/odb/options.hxx
@@ -301,6 +301,9 @@ class options
const bool&
version () const;
+ const bool&
+ trace () const;
+
const std::string&
options_file () const;
@@ -318,6 +321,7 @@ class options
public:
bool help_;
bool version_;
+ bool trace_;
std::string options_file_;
};