diff options
Diffstat (limited to 'src/ui/dialog/layers.h')
| -rw-r--r-- | src/ui/dialog/layers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/layers.h b/src/ui/dialog/layers.h index c2058ad48..89864664d 100644 --- a/src/ui/dialog/layers.h +++ b/src/ui/dialog/layers.h @@ -43,11 +43,11 @@ class LayersPanel : public UI::Widget::Panel { public: LayersPanel(); - virtual ~LayersPanel(); + ~LayersPanel() override; static LayersPanel& getInstance(); - void setDesktop( SPDesktop* desktop ); + void setDesktop( SPDesktop* desktop ) override; private: class ModelColumns; |
