wxGTKDash is also a gint8 under WXGTK20
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
class wxPen;
|
class wxPen;
|
||||||
|
|
||||||
#ifdef __WXGTK127__
|
#if defined(__WXGTK127__) || defined(__WXGTK20__)
|
||||||
typedef gint8 wxGTKDash;
|
typedef gint8 wxGTKDash;
|
||||||
#else
|
#else
|
||||||
typedef gchar wxGTKDash;
|
typedef gchar wxGTKDash;
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
class wxPen;
|
class wxPen;
|
||||||
|
|
||||||
#ifdef __WXGTK127__
|
#if defined(__WXGTK127__) || defined(__WXGTK20__)
|
||||||
typedef gint8 wxGTKDash;
|
typedef gint8 wxGTKDash;
|
||||||
#else
|
#else
|
||||||
typedef gchar wxGTKDash;
|
typedef gchar wxGTKDash;
|
||||||
|
Reference in New Issue
Block a user