X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a70d3f578cdd6939616505d5a38c001a5cc7692..a6b0e5bdddd91f2f07ec3527c2ebbe2930faf715:/include/wx/dfb/dc.h diff --git a/include/wx/dfb/dc.h b/include/wx/dfb/dc.h index 686bbea2a2..b5cfff51d9 100644 --- a/include/wx/dfb/dc.h +++ b/include/wx/dfb/dc.h @@ -117,7 +117,7 @@ public: protected: // initializes the DC from a surface, must be called if default ctor // was used - void Init(const wxIDirectFBSurfacePtr& surface); + void DFBInit(const wxIDirectFBSurfacePtr& surface); virtual bool DoFloodFill(wxCoord x, wxCoord y, const wxColour& col, int style = wxFLOOD_SURFACE);