diff --git a/interface/wx/event.h b/interface/wx/event.h index a736f9f12b..52bb60970b 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -4083,6 +4083,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; };