mysqlxx: fixed ambiguity in methods take char * and int and default args [#CONV-2807].

This commit is contained in:
Alexey Milovidov 2011-09-01 18:14:01 +00:00
parent 5b7f634b59
commit f306242847

View File

@ -55,7 +55,7 @@ public:
/// Создать соединение.
Connection(
const char* db,
const char* server = 0,
const char* server,
const char* user = 0,
const char* password = 0,
unsigned int port = 0);