Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37857118
en ru br
ALT Linux repos
S:1.2.5-alt4_42

Group :: Games/Other
RPM: adanaxisgpl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: adanaxisgpl-1.2.5-gcc47.patch
Download


diff -up adanaxisgpl-1.2.5/src/Mushcore/MushcoreSingleton.h~ adanaxisgpl-1.2.5/src/Mushcore/MushcoreSingleton.h
--- adanaxisgpl-1.2.5/src/Mushcore/MushcoreSingleton.h~	2007-04-18 11:23:13.000000000 +0200
+++ adanaxisgpl-1.2.5/src/Mushcore/MushcoreSingleton.h	2012-01-13 10:36:18.638100466 +0100
@@ -83,7 +83,7 @@ template<class SingletonType>
 inline void
 MushcoreSingleton<SingletonType>::SingletonUncheckedNew(void)
 {
-    SingletonPtrSet(new SingletonType);
+    MushcoreSingleton::SingletonPtrSet(new SingletonType);
 
 #ifdef MUSHCORE_SINGLETON_TESTING
     cerr << "Created " << typeid(SingletonType).name() << " singleton " << endl;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin