X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/59eb2acac062e82501160a5aa3c5513aaa7046b9..f0ed40adbf95b79923f4ef12688876156af89061:/src/dfb/dc.cpp diff --git a/src/dfb/dc.cpp b/src/dfb/dc.cpp index 60b3782b92..d8d9176e83 100644 --- a/src/dfb/dc.cpp +++ b/src/dfb/dc.cpp @@ -53,10 +53,10 @@ wxDC::wxDC() wxDC::wxDC(const wxIDirectFBSurfacePtr& surface) { - Init(surface); + DFBInit(surface); } -void wxDC::Init(const wxIDirectFBSurfacePtr& surface) +void wxDC::DFBInit(const wxIDirectFBSurfacePtr& surface) { m_ok = (surface != NULL); wxCHECK_RET( surface != NULL, _T("invalid surface") );