summaryrefslogtreecommitdiff
path: root/cli/txt.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-17 01:35:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-22 18:52:21 +0300
commitd52c1fb406b1cef82c5f5a28fc1804d7d99a49d8 (patch)
tree89236d3dcdf6245c75d761fde09040d9d2a56480 /cli/txt.cxx
parentbe3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca (diff)
Add support for build2 for tests and examples
Diffstat (limited to 'cli/txt.cxx')
-rw-r--r--cli/txt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/txt.cxx b/cli/txt.cxx
index 9fbfb27..cff6dc1 100644
--- a/cli/txt.cxx
+++ b/cli/txt.cxx
@@ -171,7 +171,7 @@ namespace
struct option: traversal::option, context
{
- option (context& c, class_doc_type cd) : context (c), cd_ (cd) {}
+ option (context& c, class_doc_type) : context (c)/*, cd_ (cd)*/ {}
virtual void
traverse (type& o)
@@ -187,7 +187,7 @@ namespace
}
private:
- class_doc_type cd_;
+ // class_doc_type cd_;
};
//