mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix compile-error in JuceDemo if compiling with JUCE_MODAL_LOOPS_PERMITTED=0
This commit is contained in:
parent
71532b0e75
commit
c56903b175
1 changed files with 2 additions and 0 deletions
|
|
@ -94,10 +94,12 @@ public:
|
|||
// not interested in this for now
|
||||
}
|
||||
|
||||
#if JUCE_MODAL_LOOPS_PERMITTED
|
||||
File getSuggestedSaveAsFile (const File&) override
|
||||
{
|
||||
return File::getSpecialLocation (File::userDesktopDirectory).getChildFile (getName()).withFileExtension ("jnote");
|
||||
}
|
||||
#endif
|
||||
|
||||
private:
|
||||
Value textValueObject;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue