diff options
-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; |