summaryrefslogtreecommitdiff
path: root/servers/spatial_sound
diff options
context:
space:
mode:
Diffstat (limited to 'servers/spatial_sound')
-rw-r--r--servers/spatial_sound/spatial_sound_server_sw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/spatial_sound/spatial_sound_server_sw.h b/servers/spatial_sound/spatial_sound_server_sw.h
index c16753135b..901b781ac2 100644
--- a/servers/spatial_sound/spatial_sound_server_sw.h
+++ b/servers/spatial_sound/spatial_sound_server_sw.h
@@ -36,7 +36,7 @@
class SpatialSoundServerSW : public SpatialSoundServer {
- OBJ_TYPE(SpatialSoundServerSW,SpatialSoundServer);
+ GDCLASS(SpatialSoundServerSW,SpatialSoundServer);
_THREAD_SAFE_CLASS_