summaryrefslogtreecommitdiffstats
path: root/src/device-manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/device-manager.cpp')
-rw-r--r--src/device-manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device-manager.cpp b/src/device-manager.cpp
index 6c8d4514c..185d417fb 100644
--- a/src/device-manager.cpp
+++ b/src/device-manager.cpp
@@ -188,8 +188,8 @@ public:
virtual Glib::RefPtr<Gdk::Device> getDevice() {return device;}
private:
- InputDeviceImpl(InputDeviceImpl const &); // no copy
- void operator=(InputDeviceImpl const &); // no assign
+ InputDeviceImpl(InputDeviceImpl const &) = delete; // no copy
+ void operator=(InputDeviceImpl const &) = delete; // no assign
static Glib::ustring createId(Glib::ustring const &id, Gdk::InputSource source, std::set<Glib::ustring> &knownIDs);