aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/SoundSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/SoundSystem.cpp')
-rw-r--r--src/crepe/SoundSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/SoundSystem.cpp b/src/crepe/SoundSystem.cpp
index 00f874c..b57e51a 100644
--- a/src/crepe/SoundSystem.cpp
+++ b/src/crepe/SoundSystem.cpp
@@ -4,7 +4,7 @@
using namespace crepe;
-SoundSystem & SoundSystem::instance() {
+SoundSystem & SoundSystem::get_instance() {
static SoundSystem instance;
return instance;
}