summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/objects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/objects.h b/src/ui/dialog/objects.h
index 09037ef3d..510f3109c 100644
--- a/src/ui/dialog/objects.h
+++ b/src/ui/dialog/objects.h
@@ -179,8 +179,8 @@ private:
//Methods:
- ObjectsPanel(ObjectsPanel const &); // no copy
- ObjectsPanel &operator=(ObjectsPanel const &); // no assign
+ ObjectsPanel(ObjectsPanel const &) = delete; // no copy
+ ObjectsPanel &operator=(ObjectsPanel const &) = delete; // no assign
void _styleButton( Gtk::Button& btn, char const* iconName, char const* tooltip );
void _fireAction( unsigned int code );