aboutsummaryrefslogtreecommitdiff
path: root/qt/database.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-04-21 16:50:50 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 18:45:40 +0200
commitac3cd9c34d260c6bbf615ed6e0413d0989f5a6e2 (patch)
tree0253c38de5317e14b96a6638db976d48f8f14fd1 /qt/database.hxx
parent32dafbe8a2aaf2230b55dfd0840f70ff7909b5e1 (diff)
Rewrite Qt example using Qt style
Diffstat (limited to 'qt/database.hxx')
-rw-r--r--qt/database.hxx2
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;