1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Avoided a VC2013 warning in the introjucer.

This commit is contained in:
jules 2015-06-28 14:13:43 +01:00
parent c42428d067
commit 3cfdde28c3

View file

@ -1355,7 +1355,7 @@ private:
const char* sizeString;
const char* filename;
const char* scale;
const int size;
int size;
};
static Array<AppIconType> getiOSAppIconTypes()