summaryrefslogtreecommitdiff
path: root/cli/options.ixx
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.ixx
parent5a2e172ce1f2d823bf0957602662bbab0c0dcd0b (diff)
Add support for specifying multiple classes with --class option
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 34efe21..8d8a35f 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -328,7 +328,7 @@ html_epilogue () const
return this->html_epilogue_;
}
-inline const std::string& options::
+inline const std::vector<std::string>& options::
class_ () const
{
return this->class__;