From b8c71ef6cd3c5724be620725087c11aae290314a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 9 Nov 2015 17:51:59 -0800 Subject: Remove empty implementations Signed-off-by: Dirk Hohndel --- subsurface-core/pluginmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subsurface-core/pluginmanager.h b/subsurface-core/pluginmanager.h index 19e88b8c2..3f43b5db1 100644 --- a/subsurface-core/pluginmanager.h +++ b/subsurface-core/pluginmanager.h @@ -12,8 +12,8 @@ public: QList socialNetworkIntegrationPlugins() const; private: PluginManager(); - PluginManager(const PluginManager&){}; - PluginManager& operator=(const PluginManager&){}; + PluginManager(const PluginManager&); + PluginManager& operator=(const PluginManager&); }; -#endif \ No newline at end of file +#endif -- cgit v1.2.3-70-g09d2