diff --git a/interface/wx/event.h b/interface/wx/event.h index 8426e63750..191fd45884 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -4085,6 +4085,11 @@ public: You can only veto a shutdown if CanVeto() returns @true. */ void Veto(bool veto = true); + + /** + Returns whether the Veto flag was set. + */ + bool GetVeto() const; };