diff options
Diffstat (limited to 'common/relationship-query/driver.cxx')
-rw-r--r-- | common/relationship-query/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/relationship-query/driver.cxx b/common/relationship-query/driver.cxx index 58bbef5..ed96223 100644 --- a/common/relationship-query/driver.cxx +++ b/common/relationship-query/driver.cxx @@ -39,8 +39,8 @@ main (int argc, char* argv[]) shared_ptr<country> us (new country ("US", "United States")); shared_ptr<country> se (new country ("SE", "Sweden")); - shared_ptr<employer> st (new employer ("Simple Tech, Inc")); - shared_ptr<employer> ct (new employer ("Complex Tech, Inc")); + shared_ptr<employer> st (new employer ("Simple Tech, Inc", ca)); + shared_ptr<employer> ct (new employer ("Complex Tech, Inc", us)); // person // |