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.ixx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/options.ixx') 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& options:: class_ () const { return this->class__; -- cgit v1.1