aboutsummaryrefslogtreecommitdiff
path: root/qt/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'qt/driver.cxx')
-rw-r--r--qt/driver.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/qt/driver.cxx b/qt/driver.cxx
index 5dfe13f..f41e4d6 100644
--- a/qt/driver.cxx
+++ b/qt/driver.cxx
@@ -18,8 +18,7 @@ using namespace odb::core;
ostream& operator << (ostream& os, const QString& s)
{
- os << s.toStdString ();
- return os;
+ return os << s.toStdString ();
}
int
@@ -66,7 +65,7 @@ main (int argc, char* argv[])
t.commit ();
}
- // Complex Systems Inc.dob
+ // Complex Systems Inc.
//
{
shared_ptr<employer> er (new employer ("Complex Systems Inc"));