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