fixing class name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d27d59fb91
commit
412e6a10cb
@ -183,7 +183,7 @@ protected:
|
||||
|
||||
class WXDLLIMPEXP_CORE wxWebKitNewWindowEvent : public wxCommandEvent
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS( wxWebViewNewWindowEvent )
|
||||
DECLARE_DYNAMIC_CLASS( wxWebKitNewWindowEvent )
|
||||
public:
|
||||
wxString GetURL() const { return m_url; }
|
||||
void SetURL(const wxString& url) { m_url = url; }
|
||||
|
Loading…
Reference in New Issue
Block a user