diff options
Diffstat (limited to 'qt/database.hxx')
-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 5b96ae9..f4060d3 100644 --- a/qt/database.hxx +++ b/qt/database.hxx @@ -25,7 +25,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; |