fixed non-cairo build

svn: r462
This commit is contained in:
Matthew Flatt 2005-07-27 15:46:03 +00:00
parent e2113d5ca3
commit 321af63518

View File

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