diff --git a/src/pqxxbackend.cpp b/src/pqxxbackend.cpp index d3a9b63a..f9b399d3 100644 --- a/src/pqxxbackend.cpp +++ b/src/pqxxbackend.cpp @@ -67,7 +67,7 @@ bool PQXXBackend::connect() { connection_str += " password=" + CONFIG_STRING(m_config, "database.password"); } if (CONFIG_INT(m_config, "database.port") != 0) { - connection_str += " port=" + boost:lexical_cast(CONFIG_INT(m_config, "database.port")); + connection_str += " port=" + boost::lexical_cast(CONFIG_INT(m_config, "database.port")); } } else {