diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-01-10 14:25:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 14:25:09 +0100 |
commit | 899ad484e37f1f0544bd7c93c560f6a0ca980d5d (patch) | |
tree | b19f5e12a8b8319d0ce5c76d7d3de7afe9383ea7 /modules/gdnative/videodecoder | |
parent | 5bf8bdc97187aa17103e418b1e08a96d1681f211 (diff) | |
parent | e5f1d19352dbaafab96538b91fad0ce11cf0d046 (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.h | 1 |
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; |