fixed non-cairo build
svn: r462
This commit is contained in:
parent
e2113d5ca3
commit
321af63518
|
@ -35,7 +35,7 @@ typedef struct {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WX_USE_CAIRO
|
#ifndef WX_USE_CAIRO
|
||||||
typedef cairo_matrix_p int;
|
typedef int cairo_matrix_p;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxRegion::wxRegion(wxDC *_dc, wxRegion *r, Bool _no_prgn)
|
wxRegion::wxRegion(wxDC *_dc, wxRegion *r, Bool _no_prgn)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user