diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/newgui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.h b/gui/newgui.h index 7a08e7dbfa..13872db69f 100644 --- a/gui/newgui.h +++ b/gui/newgui.h @@ -56,7 +56,7 @@ using Graphics::kTextAlignRight; // Simple dialog stack class // Anybody nesting dialogs deeper than 4 is mad anyway -typedef Common::Stack<Dialog *> DialogStack; +typedef Common::FixedStack<Dialog *> DialogStack; /** |