summaryrefslogtreecommitdiff
path: root/project2/common/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/options.cpp')
-rw-r--r--project2/common/options.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/project2/common/options.cpp b/project2/common/options.cpp
index b2777fa..37b3f06 100644
--- a/project2/common/options.cpp
+++ b/project2/common/options.cpp
@@ -115,6 +115,12 @@ Options::consume(const Glib::ustring & n, const Glib::ustring & p, const Variabl
}
}
+const Options::OptionList &
+Options::allOptions() const
+{
+ return options;
+}
+
const Options::Option *
Options::find(const Glib::ustring & n) const {
BOOST_FOREACH(const OptionPtr & o, options) {