[Scummvm-cvs-logs] CVS: scummvm/gui newgui.h,1.43,1.44

Max Horn fingolfin at users.sourceforge.net
Tue May 4 18:20:03 CEST 2004


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8806/gui

Modified Files:
	newgui.h 
Log Message:
Added generic variable size stack class - COMPLETELY UNTESTED. Really should add some unit tests for this...

Index: newgui.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- newgui.h	29 Mar 2004 22:29:30 -0000	1.43
+++ newgui.h	5 May 2004 01:19:42 -0000	1.44
@@ -56,7 +56,7 @@
 
 // Simple dialog stack class
 // Anybody nesting dialogs deeper than 4 is mad anyway
-typedef Common::Stack<Dialog *> DialogStack;
+typedef Common::FixedStack<Dialog *> DialogStack;
 
 
 /**





More information about the Scummvm-git-logs mailing list