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:
Stefan Csomor 2011-01-07 21:37:45 +00:00
parent d27d59fb91
commit 412e6a10cb

View File

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