Give wxEVT_WEBKIT_STATE_CHANGED a dummy value too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -96,6 +96,8 @@ enum {
 | 
			
		||||
    wxWEBKIT_STATE_TRANSFERRING = 0,
 | 
			
		||||
    wxWEBKIT_STATE_STOP = 0,
 | 
			
		||||
    wxWEBKIT_STATE_FAILED = 0,
 | 
			
		||||
 | 
			
		||||
    wxEVT_WEBKIT_STATE_CHANGED = 0
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
class wxWebKitStateChangedEvent : public wxCommandEvent
 | 
			
		||||
@@ -104,7 +106,7 @@ public:
 | 
			
		||||
    wxWebKitStateChangedEvent( wxWindow* win =  NULL )
 | 
			
		||||
    { wxPyRaiseNotImplemented(); }
 | 
			
		||||
 | 
			
		||||
    int GetState() { return 0 }
 | 
			
		||||
    int GetState() { return 0; }
 | 
			
		||||
    void SetState(const int state) {}
 | 
			
		||||
    wxString GetURL() { return wxEmptyString; }
 | 
			
		||||
    void SetURL(const wxString& url) {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user