X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55acd85e7134f8d16d40dc21cd665c5ea18a98f1..3ba055acae99caf68da4bb201f66fc1030d2dbb0:/include/wx/motif/region.h

diff --git a/include/wx/motif/region.h b/include/wx/motif/region.h
index ca68dc140a..969a44f654 100644
--- a/include/wx/motif/region.h
+++ b/include/wx/motif/region.h
@@ -103,7 +103,7 @@ public:
 	bool Combine(const wxRect& rect, wxRegionOp op);
 
     // Get the internal Region handle
-    WXRegion GetXRegion() ;
+    WXRegion GetXRegion() const;
 };
 
 class WXDLLEXPORT wxRegionIterator : public wxObject {