aboutsummaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-18 17:31:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-18 17:31:39 +0200
commit261936f0f24a40276116a4ce1f0707d16754c5ae (patch)
treeb64dca3f6acfa2aaf8ac45db821abaabefd764cc /qt
parentf20dd6f2a741d1b0472463397608642d32ada477 (diff)
Restore original function name
Diffstat (limited to 'qt')
-rw-r--r--qt/database.hxx2
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;