aboutsummaryrefslogtreecommitdiff
path: root/modules/pbm/bitmap_loader_pbm.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pbm/bitmap_loader_pbm.h')
-rw-r--r--modules/pbm/bitmap_loader_pbm.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/pbm/bitmap_loader_pbm.h b/modules/pbm/bitmap_loader_pbm.h
index b60b38fcc..5e5062f43 100644
--- a/modules/pbm/bitmap_loader_pbm.h
+++ b/modules/pbm/bitmap_loader_pbm.h
@@ -36,15 +36,11 @@
*/
class ResourceFormatPBM : public ResourceFormatLoader {
-
public:
-
- virtual RES load(const String &p_path,const String& p_original_path="",Error *r_error=NULL);
+ 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 bool handles_type(const String &p_type) const;
virtual String get_resource_type(const String &p_path) const;
};
-
-
#endif