summaryrefslogtreecommitdiff
path: root/odb/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.ixx')
-rw-r--r--odb/options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/options.ixx b/odb/options.ixx
index 2d06e58..104556b 100644
--- a/odb/options.ixx
+++ b/odb/options.ixx
@@ -159,6 +159,12 @@ version () const
return this->version_;
}
+inline const bool& options::
+trace () const
+{
+ return this->trace_;
+}
+
inline const std::string& options::
options_file () const
{