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:
Ove Kaaven
2000-07-19 08:27:41 +00:00
parent 10ca1c1459
commit 8a667305e7
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
class wxPen;
#ifdef __WXGTK127__
#if defined(__WXGTK127__) || defined(__WXGTK20__)
typedef gint8 wxGTKDash;
#else
typedef gchar wxGTKDash;

View File

@@ -27,7 +27,7 @@
class wxPen;
#ifdef __WXGTK127__
#if defined(__WXGTK127__) || defined(__WXGTK20__)
typedef gint8 wxGTKDash;
#else
typedef gchar wxGTKDash;