From ac3cd9c34d260c6bbf615ed6e0413d0989f5a6e2 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 21 Apr 2011 16:50:50 +0200 Subject: Rewrite Qt example using Qt style --- qt/database.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/database.hxx') 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 -create_database (int& argc, char* argv[]) +createDatabase (int& argc, char* argv[]) { using namespace std; using namespace odb::core; -- cgit v1.1