[Scummvm-cvs-logs] CVS: scummvm/gui browser.cpp,1.27,1.28

Max Horn fingolfin at users.sourceforge.net
Sun Apr 10 07:50:53 CEST 2005


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

Modified Files:
	browser.cpp 
Log Message:
Fix compilation on OS X

Index: browser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/browser.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- browser.cpp	10 Apr 2005 14:33:43 -0000	1.27
+++ browser.cpp	10 Apr 2005 14:49:57 -0000	1.28
@@ -29,6 +29,12 @@
 
 namespace GUI {
 
+enum {
+	kChooseCmd = 'Chos',
+	kGoUpCmd = 'GoUp'
+};
+
+
 #ifdef MACOSX
 /* On Mac OS X, use the native file selector dialog. We could do the same for
  * other operating systems.
@@ -120,11 +126,6 @@
  * - others???
  */
 
-enum {
-	kChooseCmd = 'Chos',
-	kGoUpCmd = 'GoUp'
-};
-
 DirBrowserDialog::DirBrowserDialog(const char *title)
 	: Dialog(20, 10, 320 -2 * 20, 200 - 2 * 10)
 	{





More information about the Scummvm-git-logs mailing list