diff options
Diffstat (limited to 'scene/audio/stream_player.h')
-rw-r--r-- | scene/audio/stream_player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/audio/stream_player.h b/scene/audio/stream_player.h index 4e64d2b27e..6031d86aa2 100644 --- a/scene/audio/stream_player.h +++ b/scene/audio/stream_player.h @@ -35,7 +35,7 @@ class StreamPlayer : public Node { - OBJ_TYPE(StreamPlayer,Node); + GDCLASS(StreamPlayer,Node); //_THREAD_SAFE_CLASS_ |