From e1dba38d6b9a6d08c6ddb868a9dae825f4c10932 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 15 Jul 2015 13:22:10 +0200 Subject: Examples: OptionGroup: Make the args public again to fix the build. --- examples/options/main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/options/main.cc b/examples/options/main.cc index d693d09d..fcda4a98 100644 --- a/examples/options/main.cc +++ b/examples/options/main.cc @@ -35,6 +35,7 @@ private: bool on_option_arg_filename(const Glib::ustring& option_name, const std::string& value, bool has_value); +public: //These members should live as long as the OptionGroup to which they are added, //and as long as the OptionContext to which that OptionGroup is added. int m_arg_foo; -- cgit v1.2.1