diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-11-20 15:32:54 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-11-20 15:32:54 +0000 |
| commit | fe46abed4a3f93c83efde830af7e60f28f54443a (patch) | |
| tree | c263e60eeb35c0c9cf67072d201a9454d60caa6b | |
| parent | Translated pl.po for Polish, 86% complete. Tested on Inkscape 1.0 beta1 (diff) | |
| download | inkscape-fe46abed4a3f93c83efde830af7e60f28f54443a.tar.gz inkscape-fe46abed4a3f93c83efde830af7e60f28f54443a.zip | |
Fix build
| -rw-r--r-- | src/ui/dialog/objects.h | 4 |
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 ); |
