summaryrefslogtreecommitdiffstats
path: root/servers/spatial_sound_2d_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/spatial_sound_2d_server.h')
-rw-r--r--servers/spatial_sound_2d_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/spatial_sound_2d_server.h b/servers/spatial_sound_2d_server.h
index e7f40efb05..b54368fec5 100644
--- a/servers/spatial_sound_2d_server.h
+++ b/servers/spatial_sound_2d_server.h
@@ -35,7 +35,7 @@
class SpatialSound2DServer : public Object {
- OBJ_TYPE(SpatialSound2DServer,Object);
+ GDCLASS(SpatialSound2DServer,Object);
static SpatialSound2DServer *singleton;
public: