aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/oracle/database.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/database.hxx b/odb/oracle/database.hxx
index 65d29c6..b92f00d 100644
--- a/odb/oracle/database.hxx
+++ b/odb/oracle/database.hxx
@@ -46,7 +46,7 @@ namespace odb
database (const std::string& user,
const std::string& password,
const std::string& service,
- const std::string& host = "",
+ const std::string& host,
unsigned int port = 0,
ub2 charset = 0,
ub2 ncharset = 0,