mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
FileChooser: Fix function signature for Obj-C interop
This commit is contained in:
parent
81013b0517
commit
9f7409fd3e
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ private:
|
|||
jassert ([panel preventsApplicationTerminationWhenModal]);
|
||||
}
|
||||
|
||||
static BOOL preventsApplicationTerminationWhenModal() { return YES; }
|
||||
static BOOL preventsApplicationTerminationWhenModal (id, SEL) { return YES; }
|
||||
|
||||
template <typename Base>
|
||||
struct SafeModalPanel : public ObjCClass<Base>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue