]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/dllwidget/dllwidget.h
Fixed a typo in the sample code of wxDbTable::Insert
[wxWidgets.git] / wxPython / contrib / dllwidget / dllwidget.h
index daf209c82de2f04c9f019c7fcfe13b5a2ec2faff..61263da61426fd87432d4370526d5dceba1771dd 100644 (file)
@@ -86,7 +86,7 @@ public:
     bool Ok() { return m_widget != NULL; }
 
     virtual int SendCommand(int cmd, const wxString& param = wxEmptyString);
-    virtual wxWindow* GetEmbeddedWindow() { return m_widget; }
+    virtual wxWindow* GetWidgetWindow() { return m_widget; }
 
     virtual void AddChild(wxWindowBase *child);