Small Motif bug fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-12-03 09:51:18 +00:00
parent b26c0958c0
commit 45d49251ba
5 changed files with 15 additions and 4 deletions

View File

@@ -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 {