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:
@@ -183,7 +183,7 @@ protected:
|
|||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxWebKitNewWindowEvent : public wxCommandEvent
|
class WXDLLIMPEXP_CORE wxWebKitNewWindowEvent : public wxCommandEvent
|
||||||
{
|
{
|
||||||
DECLARE_DYNAMIC_CLASS( wxWebViewNewWindowEvent )
|
DECLARE_DYNAMIC_CLASS( wxWebKitNewWindowEvent )
|
||||||
public:
|
public:
|
||||||
wxString GetURL() const { return m_url; }
|
wxString GetURL() const { return m_url; }
|
||||||
void SetURL(const wxString& url) { m_url = url; }
|
void SetURL(const wxString& url) { m_url = url; }
|
||||||
|
Reference in New Issue
Block a user