X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86e9b8f28fc8db834628e1528e12f3eeb1f6e216..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/include/wx/dfb/nonownedwnd.h diff --git a/include/wx/dfb/nonownedwnd.h b/include/wx/dfb/nonownedwnd.h index 86b7200aa1..4cba760b3e 100644 --- a/include/wx/dfb/nonownedwnd.h +++ b/include/wx/dfb/nonownedwnd.h @@ -29,7 +29,7 @@ class wxDFBEventsHandler; // wxFrame is non-owned, because even though it can have a parent, it's // location is independent of it. This class is for internal use only, it's // the base class for wxTopLevelWindow and wxPopupWindow. -class WXDLLIMPEXP_CORE wxNonOwnedWindow : public wxWindow +class WXDLLIMPEXP_CORE wxNonOwnedWindow : public wxNonOwnedWindowBase { public: // construction @@ -80,7 +80,7 @@ protected: virtual wxIDirectFBSurfacePtr ObtainDfbSurface() const; - // overriden wxWindow methods + // overridden wxWindow methods virtual void DoGetPosition(int *x, int *y) const; virtual void DoGetSize(int *width, int *height) const; virtual void DoMoveWindow(int x, int y, int width, int height); @@ -92,7 +92,7 @@ protected: // wxWindows as in wx void SetDfbFocus(); - // overriden in wxTopLevelWindowDFB, there's no common handling for wxTLW + // overridden in wxTopLevelWindowDFB, there's no common handling for wxTLW // and wxPopupWindow to be done here virtual void HandleFocusEvent(const wxDFBWindowEvent& WXUNUSED(event_)) {}