1
0
Fork 0
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:
James Johnson 2021-08-24 09:50:57 +01:00 committed by Tom Poole
parent 0efa02a332
commit 098262aa8a

View file

@ -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.