Browse Source

Avoided a VC2013 warning in the introjucer.

tags/2021-05-28
jules 10 years ago
parent
commit
3cfdde28c3
1 changed files with 1 additions and 1 deletions
  1. +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()


Loading…
Cancel
Save