This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Avoided a VC2013 warning in the introjucer.
tags/2021-05-28
jules
10 years ago
parent
c42428d067
commit
3cfdde28c3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h
+ 1
- 1
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h
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()
Write
Preview
Loading…
Cancel
Save