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:
parent
c42428d067
commit
3cfdde28c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1355,7 +1355,7 @@ private:
|
|||
const char* sizeString;
|
||||
const char* filename;
|
||||
const char* scale;
|
||||
const int size;
|
||||
int size;
|
||||
};
|
||||
|
||||
static Array<AppIconType> getiOSAppIconTypes()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue