summaryrefslogtreecommitdiff
path: root/cli-examples/features/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli-examples/features/driver.cxx')
-rw-r--r--cli-examples/features/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-examples/features/driver.cxx b/cli-examples/features/driver.cxx
index c14b5c7..a6299b9 100644
--- a/cli-examples/features/driver.cxx
+++ b/cli-examples/features/driver.cxx
@@ -45,7 +45,7 @@ main (int argc, char* argv[])
// --map | -m
//
- typedef map<std::string, std::string> str_map;
+ typedef map<std::string, bool> str_map;
const str_map& m = o.map ();
str_map::const_iterator i (m.find ("a"));