diff options
-rw-r--r-- | plugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ private: private: cInputDevicePlugin(cInputDevicePlugin const &); - operator = (cInputDevicePlugin const &); + cInputDevicePlugin &operator = (cInputDevicePlugin const &); public: cInputDevicePlugin(void); |