summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.h')
-rw-r--r--src/Daemon/CommLayerServerSocket.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Daemon/CommLayerServerSocket.h b/src/Daemon/CommLayerServerSocket.h
index 078b713..3fae187 100644
--- a/src/Daemon/CommLayerServerSocket.h
+++ b/src/Daemon/CommLayerServerSocket.h
@@ -31,7 +31,6 @@ class CCommLayerServerSocket : public CCommLayerServer
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender);
virtual void Crash(const std::string& arg1);
- virtual void AnalyzeComplete(const map_crash_report_t& arg1);
virtual void Error(const std::string& arg1);
- virtual void JobStarted(const std::string &pDest, uint64_t pJobID) {};
+ virtual void JobStarted(const char* pDest, uint64_t pJobID) {};
};