]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
In GetPath(), don't append separator if there's already one at the end
[wxWidgets.git] / wxPython / src / gdi.i
index 349699d6d36731bb52165b5cb1e786057b628d3d..b598610491b4d61cf4d54b91ed67d9491764a822 100644 (file)
@@ -578,7 +578,7 @@ public:
     void EndDoc();
     void EndDrawing();
     void EndPage();
-    void FloodFill(long x, long y, const wxColour& colour, int style=wxFLOOD_SURFACE);
+    bool FloodFill(long x, long y, const wxColour& colour, int style=wxFLOOD_SURFACE);
     wxBrush  GetBackground();
     wxBrush  GetBrush();
     long GetCharHeight();