summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerServerDBus.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CommLayer/CommLayerServerDBus.h')
-rw-r--r--lib/CommLayer/CommLayerServerDBus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayerServerDBus.h b/lib/CommLayer/CommLayerServerDBus.h
index bec75672..a020e9bc 100644
--- a/lib/CommLayer/CommLayerServerDBus.h
+++ b/lib/CommLayer/CommLayerServerDBus.h
@@ -27,7 +27,7 @@ class CCommLayerServerDBus
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender);
virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string& pSender);
virtual vector_map_string_string_t GetPluginsInfo();
- virtual map_plugin_settings_t GetPluginSettings(const std::string& pName);
+ virtual map_plugin_settings_t GetPluginSettings(const std::string& pName, const std::string& pSender);
void RegisterPlugin(const std::string& pName);
void UnRegisterPlugin(const std::string& pName);