diff options
Diffstat (limited to 'Userland/Applications/PixelPaint/LayerListWidget.h')
-rw-r--r-- | Userland/Applications/PixelPaint/LayerListWidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Userland/Applications/PixelPaint/LayerListWidget.h b/Userland/Applications/PixelPaint/LayerListWidget.h index dcc00b8ac5..9907d24fd7 100644 --- a/Userland/Applications/PixelPaint/LayerListWidget.h +++ b/Userland/Applications/PixelPaint/LayerListWidget.h @@ -41,7 +41,8 @@ private: virtual void image_did_add_layer(size_t) override; virtual void image_did_remove_layer(size_t) override; - virtual void image_did_modify_layer(size_t) override; + virtual void image_did_modify_layer_properties(size_t) override; + virtual void image_did_modify_layer_bitmap(size_t) override; virtual void image_did_modify_layer_stack() override; void rebuild_gadgets(); |