From 5d0f0ea0c6afd7defaba3df69b39879a63256776 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 5 May 2004 01:19:42 +0000 Subject: Added generic variable size stack class - COMPLETELY UNTESTED. Really should add some unit tests for this... svn-id: r13776 --- gui/newgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') 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 DialogStack; +typedef Common::FixedStack DialogStack; /** -- cgit v1.2.3