From aa33636c20b65dbf87e2189dc3d8759b883e7909 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 May 2012 12:25:53 +0200 Subject: Add support for specifying multiple classes with --class option --- cli/options.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/options.hxx') 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& 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 class__; bool stdout__; std::string hxx_suffix_; std::string ixx_suffix_; -- cgit v1.1