summaryrefslogtreecommitdiff
path: root/orkbasecxx/OrkClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/OrkClient.h')
-rw-r--r--orkbasecxx/OrkClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/OrkClient.h b/orkbasecxx/OrkClient.h
index fe36c3e..b041846 100644
--- a/orkbasecxx/OrkClient.h
+++ b/orkbasecxx/OrkClient.h
@@ -25,7 +25,7 @@ public:
OrkClient();
virtual bool Execute(SyncMessage& request, AsyncMessage& response, CStdString& hostname, int tcpPort, CStdString& serviceName, int timeout = 5) = 0;
protected:
- LogError(CStdString& errorString);
+ void LogError(CStdString& errorString);
log4cxx::LoggerPtr m_log;
static time_t s_lastErrorReportedTime;