diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-30 10:58:57 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-30 11:44:11 +0300 |
commit | b67a08744849c2d0912ac818de92b752ee563e19 (patch) | |
tree | 5089e481f2d5f318b381e7626c2e43c3403881de /src/leeds/CustomSoundTrack.cpp | |
parent | 8cbdf272289240913884ef9a484a2fb027349c8d (diff) |
fix compile
Diffstat (limited to 'src/leeds/CustomSoundTrack.cpp')
-rw-r--r-- | src/leeds/CustomSoundTrack.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leeds/CustomSoundTrack.cpp b/src/leeds/CustomSoundTrack.cpp index bcbfb82f..a71a66cc 100644 --- a/src/leeds/CustomSoundTrack.cpp +++ b/src/leeds/CustomSoundTrack.cpp @@ -4,6 +4,7 @@ // TODO - implement +template<> cCustomSoundTrack* base::cSingleton<cCustomSoundTrack>::mspInstance = nil; cCustomSoundTrack::cCustomSoundTrack() : |