summaryrefslogtreecommitdiff
path: root/libcore/imageloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcore/imageloader.h')
-rw-r--r--libcore/imageloader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcore/imageloader.h b/libcore/imageloader.h
index 2a148be..b2966c9 100644
--- a/libcore/imageloader.h
+++ b/libcore/imageloader.h
@@ -14,8 +14,8 @@ class cImageLoader : public cImageMagickWrapper {
public:
cImageLoader();
~cImageLoader();
- cImage GetImage();
- bool LoadImage(const char *path, int width, int height);
+ cImage *GetImage(int width, int height);
+ bool LoadImage(const char *path);
void DeterminateChannelLogoSize(int &width, int &height);
private:
};