[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga actor.cpp,1.75,1.76 actor.h,1.38,1.39 input.cpp,1.30,1.31 render.cpp,1.45,1.46 render.h,1.20,1.21 script.h,1.47,1.48 sfuncs.cpp,1.70,1.71
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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();
/**
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga actor.cpp,1.75,1.76 actor.h,1.38,1.39 input.cpp,1.30,1.31 render.cpp,1.45,1.46 render.h,1.20,1.21 script.h,1.47,1.48 sfuncs.cpp,1.70,1.71
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list