[Scummvm-cvs-logs] CVS: scummvm/gui launcher.h,1.16,1.17

Nicolas Bacca arisme at users.sourceforge.net
Mon Jan 26 13:14:10 CET 2004


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

Modified Files:
	launcher.h 
Log Message:
addGame made virtual (temporarily ?) for CE backend launcher

Index: launcher.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- launcher.h	6 Jan 2004 12:45:29 -0000	1.16
+++ launcher.h	26 Jan 2004 07:34:53 -0000	1.17
@@ -53,7 +53,7 @@
 	void updateListing();
 	void updateButtons();
 	
-	void addGame();
+	virtual void addGame();
 	void removeGame(int item);
 	void editGame(int item);
 };





More information about the Scummvm-git-logs mailing list