From: Maxim Mamontov <faust.madf@gmail.com>
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?ds=sidebyside

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<SEND_MESSAGE::PARSER>(request, f, data);
 
 int SERVCONF::ServerInfo(SERVER_INFO::CALLBACK f, void * data)
 {
-return Exec<SERVER_INFO::PARSER>("<GetServerInfo/>", f, data);
+return pImpl->Exec<SERVER_INFO::PARSER>("<GetServerInfo/>", f, data);
 }
 
 int SERVCONF::CheckUser(const std::string & login, const std::string & password, CHECK_USER::CALLBACK f, void * data)