diff options
Diffstat (limited to 'plugin.cc')
-rw-r--r-- | plugin.cc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -41,6 +41,10 @@ private: cString coldplug_dir; +private: + cInputDevicePlugin(cInputDevicePlugin const &); + operator = (cInputDevicePlugin const &); + public: cInputDevicePlugin(void); virtual ~cInputDevicePlugin(); |