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

Projucer: Added virtual updateDeprecatedSettings() method to ProjectExporter

This commit is contained in:
ed 2019-10-10 11:34:47 +01:00
parent 0075208fb4
commit 19ef27410e
6 changed files with 58 additions and 51 deletions

View file

@ -607,7 +607,7 @@ public:
jassert (targets.size() > 0);
}
void updateDeprecatedProjectSettingsInteractively() override
void updateDeprecatedSettingsInteractively() override
{
if (hasInvalidPostBuildScript())
{