From 6b29e16ef9b86fea7d629b23fc55eab3b58a297b Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 8 Oct 2013 00:35:23 +0300 Subject: [PATCH] Fixed compilation issue. --- stglibs/srvconf.lib/servconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.2