]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/typeinfo.h
Add wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG symbol.
[wxWidgets.git] / include / wx / typeinfo.h
index becacc554750ce70142b359d9081e114e2b8560a..9d6ceb437dabbc663992da495bf9e03f9c886d0f 100644 (file)
@@ -116,7 +116,7 @@ _WX_DECLARE_TYPEINFO_CUSTOM(CLS, sm_wxClassInfo)
 
 #define wxTypeId(OBJ) (OBJ).GetWxTypeId()
 
-// Because abstract classes cannot be instantiated, we use 
+// Because abstract classes cannot be instantiated, we use
 // this macro to define pure virtual type interface for them.
 #define WX_DECLARE_ABSTRACT_TYPEINFO(CLS) \
 public: \