diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2012-05-11 12:25:53 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-05-11 12:25:53 +0200 |
| commit | aa33636c20b65dbf87e2189dc3d8759b883e7909 (patch) | |
| tree | 8b57ff0e570429dae4266a0204b7d4ab4f73a744 /cli/options.ixx | |
| parent | 5a2e172ce1f2d823bf0957602662bbab0c0dcd0b (diff) | |
| download | cli-aa33636c20b65dbf87e2189dc3d8759b883e7909.tar.gz cli-aa33636c20b65dbf87e2189dc3d8759b883e7909.tar.xz cli-aa33636c20b65dbf87e2189dc3d8759b883e7909.zip | |
Add support for specifying multiple classes with --class option
Diffstat (limited to 'cli/options.ixx')
| -rw-r--r-- | cli/options.ixx | 2 |
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__; |
