Browse Source

Projucer: Fixed a VS2013 compiler error

tags/2021-05-28
ed 8 years ago
parent
commit
260e617363
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Project/jucer_ProjectType.h

+ 1
- 1
extras/Projucer/Source/Project/jucer_ProjectType.h View File

@@ -206,5 +206,5 @@ inline Array<ProjectType*> ProjectType::getAllTypes()
static ProjectType_DLL dll; static ProjectType_DLL dll;
static ProjectType_AudioPlugin plugin; static ProjectType_AudioPlugin plugin;
return { &guiApp, &consoleApp, &staticLib, &dll, &plugin };
return Array<ProjectType*>(&guiApp, &consoleApp, &staticLib, &dll, &plugin);
} }

Loading…
Cancel
Save