summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-11 12:25:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-11 12:25:53 +0200
commitaa33636c20b65dbf87e2189dc3d8759b883e7909 (patch)
tree8b57ff0e570429dae4266a0204b7d4ab4f73a744 /cli/options.hxx
parent5a2e172ce1f2d823bf0957602662bbab0c0dcd0b (diff)
Add support for specifying multiple classes with --class option
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_;