aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-04-21 16:50:50 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 18:45:40 +0200
commitac3cd9c34d260c6bbf615ed6e0413d0989f5a6e2 (patch)
tree0253c38de5317e14b96a6638db976d48f8f14fd1 /boost
parent32dafbe8a2aaf2230b55dfd0840f70ff7909b5e1 (diff)
Rewrite Qt example using Qt style
Diffstat (limited to 'boost')
-rw-r--r--boost/driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/driver.cxx b/boost/driver.cxx
index 99ce69a..2ccaf87 100644
--- a/boost/driver.cxx
+++ b/boost/driver.cxx
@@ -43,8 +43,8 @@ main (int argc, char* argv[])
john->emails ().insert ("john_d@example.com");
john->emails ().insert ("john.doe@example.com");
- jane->emails ().insert ("jane_s@example.com");
- jane->emails ().insert ("jane.smith@example.com");
+ jane->emails ().insert ("jane_d@example.com");
+ jane->emails ().insert ("jane.doe@example.com");
// Set the inverse side of the employee-employer relationship.
//