diff options
Diffstat (limited to 'imageloader.h')
-rw-r--r-- | imageloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imageloader.h b/imageloader.h index 488f798..31bc692 100644 --- a/imageloader.h +++ b/imageloader.h @@ -16,7 +16,7 @@ public: cImage GetImage(); bool LoadLogo(const char *logo, int width, int height); bool LoadIcon(const char *cIcon, int size); - bool LoadIcon(const char *cIcon, int width, int height); + bool LoadIcon(const char *cIcon, int width, int height, bool preserveAspect = true); bool LoadEPGImage(int eventID); bool LoadAdditionalEPGImage(cString name); bool LoadRecordingImage(cString Path); |