]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing class name
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 7 Jan 2011 21:37:45 +0000 (21:37 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 7 Jan 2011 21:37:45 +0000 (21:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/webkit.h

index d927a8b1820a6ddeec67882735073931564220f4..3bf3a3875432778f1ae638a229b6202ef6816695 100644 (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; }