summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/options.hxx b/cli/options.hxx
index 748e7bb..61674fc 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -416,7 +416,7 @@ class options
const std::string&
html_epilogue () const;
- const std::string&
+ const std::vector<std::string>&
class_ () const;
const bool&
@@ -500,7 +500,7 @@ class options
std::string man_epilogue_;
std::string html_prologue_;
std::string html_epilogue_;
- std::string class__;
+ std::vector<std::string> class__;
bool stdout__;
std::string hxx_suffix_;
std::string ixx_suffix_;