summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabbedarea.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-19 12:25:50 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:22 +0300
commit15c19f19e86f94bc28cd0f2b80f0c5be394479fa (patch)
tree10339ba090fb0d35790d963e74b0526959daab31 /src/gui/widgets/tabbedarea.h
parent589e377f6159268bb3a3ec072ffce30ce4ad5422 (diff)
downloadplus-15c19f19e86f94bc28cd0f2b80f0c5be394479fa.tar.gz
plus-15c19f19e86f94bc28cd0f2b80f0c5be394479fa.tar.bz2
plus-15c19f19e86f94bc28cd0f2b80f0c5be394479fa.tar.xz
plus-15c19f19e86f94bc28cd0f2b80f0c5be394479fa.zip
move virtual member calls from tabbedarea constuctor into postInit.
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r--src/gui/widgets/tabbedarea.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h
index 6b20d59f4..115d41095 100644
--- a/src/gui/widgets/tabbedarea.h
+++ b/src/gui/widgets/tabbedarea.h
@@ -55,6 +55,8 @@ class TabbedArea final : public Widget2,
~TabbedArea();
+ void postInit();
+
/**
* Draw the tabbed area.
*/