diff options
Diffstat (limited to 'libcore/imagecache.h')
-rw-r--r-- | libcore/imagecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcore/imagecache.h b/libcore/imagecache.h index a0264d8..db56a67 100644 --- a/libcore/imagecache.h +++ b/libcore/imagecache.h @@ -28,7 +28,7 @@ public: //icons void CacheIcon(eImageType type, string path, int width, int height); cImage *GetIcon(eImageType type, string name, int width, int height); - string GetIconName(string label); + string GetIconName(string label, eMenuCategory cat = mcUndefined); //skinparts void CacheSkinpart(string path, int width, int height); cImage *GetSkinpart(string name, int width, int height); |