[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.79,1.80

Andrew Kurushin h00ligan at users.sourceforge.net
Thu Jan 6 11:35:40 CET 2005


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

Modified Files:
	system.h 
Log Message:
- remove "extern" before OSystem::makeInstance

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- system.h	6 Jan 2005 18:38:34 -0000	1.79
+++ system.h	6 Jan 2005 19:34:07 -0000	1.80
@@ -35,7 +35,7 @@
  * Custom object factory for OSystem.
  */
 template <>
-extern OSystem *Common::Singleton<OSystem>::makeInstance();
+OSystem *Common::Singleton<OSystem>::makeInstance();
 
 
 /**





More information about the Scummvm-git-logs mailing list