diff options
Diffstat (limited to 'lib/CommLayer/CommLayerServerDBus.h')
| -rw-r--r-- | lib/CommLayer/CommLayerServerDBus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayerServerDBus.h b/lib/CommLayer/CommLayerServerDBus.h index 17b7fdc..df5d93d 100644 --- a/lib/CommLayer/CommLayerServerDBus.h +++ b/lib/CommLayer/CommLayerServerDBus.h @@ -31,6 +31,6 @@ class CCommLayerServerDBus virtual void AnalyzeComplete(map_crash_report_t arg1); virtual void Error(const std::string& arg1); virtual void Update(const std::string& pDest, const std::string& pMessage); - virtual void JobDone(uint64_t pJobID); + virtual void JobDone(const std::string &pDest, uint64_t pJobID); }; |
