From ac3cd9c34d260c6bbf615ed6e0413d0989f5a6e2 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 21 Apr 2011 16:50:50 +0200 Subject: Rewrite Qt example using Qt style --- boost/driver.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boost') 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. // -- cgit v1.1