diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-21 16:50:50 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:45:40 +0200 |
commit | ac3cd9c34d260c6bbf615ed6e0413d0989f5a6e2 (patch) | |
tree | 0253c38de5317e14b96a6638db976d48f8f14fd1 /boost | |
parent | 32dafbe8a2aaf2230b55dfd0840f70ff7909b5e1 (diff) |
Rewrite Qt example using Qt style
Diffstat (limited to 'boost')
-rw-r--r-- | boost/driver.cxx | 4 |
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. // |