From ee96e2e89d95e1b144f986a84d46913182d41a8a Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 4 Jan 2013 17:02:29 +0100 Subject: fixup! added private copy ctors to prevent copying of plugin objects --- plugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.cc b/plugin.cc index fa595d0..ea776f9 100644 --- a/plugin.cc +++ b/plugin.cc @@ -43,7 +43,7 @@ private: private: cInputDevicePlugin(cInputDevicePlugin const &); - operator = (cInputDevicePlugin const &); + cInputDevicePlugin &operator = (cInputDevicePlugin const &); public: cInputDevicePlugin(void); -- cgit v1.2.3