add missing GetVeto method

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-01-14 05:36:24 +00:00
parent a185067a47
commit 1e0b04a9cb

View File

@@ -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;
};