diff options
Diffstat (limited to 'logic/minecraft/SkinUtils.h')
-rw-r--r-- | logic/minecraft/SkinUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/minecraft/SkinUtils.h b/logic/minecraft/SkinUtils.h index 5584bf6c..5f5b1897 100644 --- a/logic/minecraft/SkinUtils.h +++ b/logic/minecraft/SkinUtils.h @@ -21,5 +21,5 @@ namespace SkinUtils { -QPixmap MULTIMC_LOGIC_EXPORT getFaceFromCache(QString username, int height = 64, int width = 64); +QPixmap MULTIMC_LOGIC_EXPORT getFaceFromCache(QString id, int height = 64, int width = 64); } |