From: Maxim Mamontov Date: Mon, 7 Oct 2013 21:35:23 +0000 (+0300) Subject: Fixed compilation issue. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/6b29e16ef9b86fea7d629b23fc55eab3b58a297b Fixed compilation issue. --- diff --git a/stglibs/srvconf.lib/servconf.cpp b/stglibs/srvconf.lib/servconf.cpp index 5503dab1..330ba8b1 100644 --- a/stglibs/srvconf.lib/servconf.cpp +++ b/stglibs/srvconf.lib/servconf.cpp @@ -115,7 +115,7 @@ return pImpl->Exec(request, f, data); int SERVCONF::ServerInfo(SERVER_INFO::CALLBACK f, void * data) { -return Exec("", f, data); +return pImpl->Exec("", f, data); } int SERVCONF::CheckUser(const std::string & login, const std::string & password, CHECK_USER::CALLBACK f, void * data)