]> git.saurik.com Git - wxWidgets.git/commitdiff
Make wxPGVFBFlags an unsigned char define instead of wxByte typedef (easier time...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 20 Mar 2010 14:08:34 +0000 (14:08 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 20 Mar 2010 14:08:34 +0000 (14:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgrid.h

index cda343f9f3539f66301cca47ebfeba976b2d1feb..dc03aabf5c03dd99ef3a9e7b230823acb03c8427 100644 (file)
@@ -403,7 +403,10 @@ wxPG_VFB_UNDEFINED                  = 0x80
 /** @}
 */
 
-typedef wxByte wxPGVFBFlags;
+// Having this as define instead of wxByte typedef makes things easier for
+// wxPython bindings (ignoring and redefining it in SWIG interface file
+// seemed rather tricky)
+#define wxPGVFBFlags unsigned char
 
 /**
     wxPGValidationInfo