GUI: Make activeDialog in runLoop const, since it should not be changed.
svn-id: r54346
This commit is contained in:
parent
d94844f205
commit
1fea2b733c
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ Dialog *GuiManager::getTopDialog() const {
|
|||
}
|
||||
|
||||
void GuiManager::runLoop() {
|
||||
Dialog *activeDialog = getTopDialog();
|
||||
Dialog * const activeDialog = getTopDialog();
|
||||
bool didSaveState = false;
|
||||
int button;
|
||||
uint32 time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue