summaryrefslogtreecommitdiff
path: root/core/io/translation_loader_po.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/translation_loader_po.h')
-rw-r--r--core/io/translation_loader_po.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/translation_loader_po.h b/core/io/translation_loader_po.h
index 9d8ad97a29..e07ae15e28 100644
--- a/core/io/translation_loader_po.h
+++ b/core/io/translation_loader_po.h
@@ -34,7 +34,7 @@
class TranslationLoaderPO : public ResourceFormatLoader {
public:
- virtual RES load(const String &p_path,const String& p_original_path="");
+ 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;
virtual bool handles_type(const String& p_type) const;
virtual String get_resource_type(const String &p_path) const;