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:
parent
0075208fb4
commit
19ef27410e
6 changed files with 58 additions and 51 deletions
|
|
@ -607,7 +607,7 @@ public:
|
|||
jassert (targets.size() > 0);
|
||||
}
|
||||
|
||||
void updateDeprecatedProjectSettingsInteractively() override
|
||||
void updateDeprecatedSettingsInteractively() override
|
||||
{
|
||||
if (hasInvalidPostBuildScript())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue