mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add default return value for Component::exitModalState
This commit is contained in:
parent
0efa02a332
commit
098262aa8a
1 changed files with 1 additions and 1 deletions
|
|
@ -2132,7 +2132,7 @@ public:
|
|||
|
||||
@see runModalLoop, enterModalState, isCurrentlyModal
|
||||
*/
|
||||
void exitModalState (int returnValue);
|
||||
void exitModalState (int returnValue = 0);
|
||||
|
||||
/** Returns true if this component is the modal one.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue