summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/canvas/canvas/item.h')
-rw-r--r--libs/canvas/canvas/item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/canvas/canvas/item.h b/libs/canvas/canvas/item.h
index e92fc7fb4b..4c0366b859 100644
--- a/libs/canvas/canvas/item.h
+++ b/libs/canvas/canvas/item.h
@@ -165,8 +165,8 @@ public:
void raise (int);
void lower_to_bottom ();
- void hide ();
- void show ();
+ virtual void hide ();
+ virtual void show ();
/** @return true if this item is visible (ie it will be rendered),
* otherwise false