]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/dcmemory.cpp
fix warnings due to using deprecated-but-used-internally methods from the header...
[wxWidgets.git] / src / dfb / dcmemory.cpp
index eb83b923d3672fb822e7c051632cb457fd90cab4..5ab26cb37f844ac3105b34effb26e99566f35217 100644 (file)
@@ -59,5 +59,5 @@ void wxMemoryDC::DoSelect(const wxBitmap& bitmap)
     }
 
     // init the DC for drawing to this bitmap
-    Init(bitmap.GetDirectFBSurface());
+    DFBInit(bitmap.GetDirectFBSurface());
 }