summaryrefslogtreecommitdiff
path: root/modules/webm/video_stream_webm.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-06-18 20:07:10 +0200
committerGitHub <noreply@github.com>2019-06-18 20:07:10 +0200
commitc6507933a72f0f423ebe726bdd259b8d16d60c3c (patch)
tree9a6d1bf894cef2065b507217f3b29ebec189832b /modules/webm/video_stream_webm.h
parent0cdbf7315b1ce7093f9c37eae2d9df3294cfb998 (diff)
parentd6176db271d6fd11aa88edfd0a4c1e8be04e7471 (diff)
Merge pull request #29872 from akien-mga/unexpose-resourceformatloaders
Unexpose subclasses of ResourceFormatLoader and -Saver
Diffstat (limited to 'modules/webm/video_stream_webm.h')
-rw-r--r--modules/webm/video_stream_webm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/webm/video_stream_webm.h b/modules/webm/video_stream_webm.h
index 992095ba4c..4e07c86775 100644
--- a/modules/webm/video_stream_webm.h
+++ b/modules/webm/video_stream_webm.h
@@ -127,7 +127,6 @@ public:
};
class ResourceFormatLoaderWebm : public ResourceFormatLoader {
- GDCLASS(ResourceFormatLoaderWebm, 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;