removed unneeded ;
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ea48aff392
commit
f052d487e3
@ -41,8 +41,8 @@ wxRGN_XOR // Creates the union of two combined regions except for any
|
|||||||
};
|
};
|
||||||
|
|
||||||
class WXDLLEXPORT wxRegion : public wxGDIObject {
|
class WXDLLEXPORT wxRegion : public wxGDIObject {
|
||||||
DECLARE_DYNAMIC_CLASS(wxRegion);
|
DECLARE_DYNAMIC_CLASS(wxRegion)
|
||||||
friend class WXDLLEXPORT wxRegionIterator;
|
friend class WXDLLEXPORT wxRegionIterator;
|
||||||
public:
|
public:
|
||||||
wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
|
wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
|
||||||
wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
|
wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
|
||||||
@ -121,7 +121,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
class WXDLLEXPORT wxRegionIterator : public wxObject {
|
class WXDLLEXPORT wxRegionIterator : public wxObject {
|
||||||
DECLARE_DYNAMIC_CLASS(wxRegionIterator);
|
DECLARE_DYNAMIC_CLASS(wxRegionIterator)
|
||||||
public:
|
public:
|
||||||
wxRegionIterator();
|
wxRegionIterator();
|
||||||
wxRegionIterator(const wxRegion& region);
|
wxRegionIterator(const wxRegion& region);
|
||||||
|
Loading…
Reference in New Issue
Block a user