diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-18 17:31:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-18 17:31:39 +0200 |
commit | 261936f0f24a40276116a4ce1f0707d16754c5ae (patch) | |
tree | b64dca3f6acfa2aaf8ac45db821abaabefd764cc | |
parent | f20dd6f2a741d1b0472463397608642d32ada477 (diff) |
Restore original function name
-rw-r--r-- | qt/database.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/database.hxx b/qt/database.hxx index 7f109af..fac2841 100644 --- a/qt/database.hxx +++ b/qt/database.hxx @@ -27,7 +27,7 @@ #endif inline std::auto_ptr<odb::database> -create_database (int& argc, char* argv[]) +createDatabase (int& argc, char* argv[]) { using namespace std; using namespace odb::core; |