Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/toolbar.h')
-rw-r--r--src/ui/toolbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/toolbar.h b/src/ui/toolbar.h
index baff21b..ccb3d30 100644
--- a/src/ui/toolbar.h
+++ b/src/ui/toolbar.h
@@ -27,7 +27,7 @@ public:
protected:
/// re-arrange child widgets
- void resize();
+ virtual void resize();
};
}