summaryrefslogtreecommitdiff
path: root/modules/gdnative/videodecoder
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-01-10 14:25:09 +0100
committerGitHub <noreply@github.com>2019-01-10 14:25:09 +0100
commit899ad484e37f1f0544bd7c93c560f6a0ca980d5d (patch)
treeb19f5e12a8b8319d0ce5c76d7d3de7afe9383ea7 /modules/gdnative/videodecoder
parent5bf8bdc97187aa17103e418b1e08a96d1681f211 (diff)
parente5f1d19352dbaafab96538b91fad0ce11cf0d046 (diff)
Merge pull request #24883 from akien-mga/resourceformat-unregister
Consistency in resource format saver/loader de-registration
Diffstat (limited to 'modules/gdnative/videodecoder')
-rw-r--r--modules/gdnative/videodecoder/video_stream_gdnative.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/videodecoder/video_stream_gdnative.h b/modules/gdnative/videodecoder/video_stream_gdnative.h
index 7712928b33..f9dec46b72 100644
--- a/modules/gdnative/videodecoder/video_stream_gdnative.h
+++ b/modules/gdnative/videodecoder/video_stream_gdnative.h
@@ -197,6 +197,7 @@ public:
};
class ResourceFormatLoaderVideoStreamGDNative : public ResourceFormatLoader {
+ GDCLASS(ResourceFormatLoaderVideoStreamGDNative, ResourceFormatLoader)
public:
virtual RES load(const String &p_path, const String &p_original_path = "", Error *r_error = NULL);
virtual void get_recognized_extensions(List<String> *p_extensions) const;