Compiler boyscouting: init order

This commit is contained in:
Mathias Gumz 2015-01-28 21:44:20 +01:00
parent 876500a259
commit 8e5a10ea6c

View file

@ -221,13 +221,13 @@ void Menu::hideShownMenu() {
Menu::Menu(FbTk::ThemeProxy<MenuTheme> &tm, ImageControl &imgctrl):
m_theme(tm),
m_parent(0),
m_image_ctrl(imgctrl),
m_alignment(ALIGNDONTCARE),
m_need_update(true),
m_active_index(-1),
m_theme(tm),
m_image_ctrl(imgctrl),
m_shape(0),
m_need_update(true) {
m_alignment(ALIGNDONTCARE) {
Display* disp = FbTk::App::instance()->display();
m_screen.x = 0;