aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2005-01-06 18:38:34 +0000
committerMax Horn2005-01-06 18:38:34 +0000
commit5d88c3954968b8eccb86363055bda55300ac2586 (patch)
treef45c5bada27815e466bab2089d00684fa6ee2436 /sound
parent9cfb8d3bb506f07b5373f4ba56a747a027778a47 (diff)
downloadscummvm-rg350-5d88c3954968b8eccb86363055bda55300ac2586.tar.gz
scummvm-rg350-5d88c3954968b8eccb86363055bda55300ac2586.tar.bz2
scummvm-rg350-5d88c3954968b8eccb86363055bda55300ac2586.zip
Modify the singleton code once more to help overcome an issue with MSVC 7 (see also patch #1095133)
svn-id: r16454
Diffstat (limited to 'sound')
-rw-r--r--sound/audiocd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiocd.h b/sound/audiocd.h
index e852b2939f..d523bc5a46 100644
--- a/sound/audiocd.h
+++ b/sound/audiocd.h
@@ -54,7 +54,7 @@ public:
Status getStatus() const;
private:
- friend SingletonBaseType *makeInstance<>();
+ friend class Common::Singleton<SingletonBaseType>;
AudioCDManager();
int getCachedTrack(int track);