summaryrefslogtreecommitdiff
path: root/odb/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.ixx')
-rw-r--r--odb/options.ixx10
1 files changed, 8 insertions, 2 deletions
diff --git a/odb/options.ixx b/odb/options.ixx
index a511e0c..087a3ef 100644
--- a/odb/options.ixx
+++ b/odb/options.ixx
@@ -202,9 +202,9 @@ include_prefix () const
}
inline const bool& options::
-trace () const
+proprietary_license () const
{
- return this->trace_;
+ return this->proprietary_license_;
}
inline const std::string& options::
@@ -213,3 +213,9 @@ options_file () const
return this->options_file_;
}
+inline const bool& options::
+trace () const
+{
+ return this->trace_;
+}
+