diff --git a/src/pqxxbackend.cpp b/src/pqxxbackend.cpp index d3a9b63acf6f451531954b25e584c4c2fddb35d5..f9b399d3f8dc81582945f8ed00a294cb6328fee2 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 {