X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c81aea07393c320a930a63eafbc762f7c404b989..066e5e3fd23dea9fd69835b506c8d68855f867ff:/include/wx/typeinfo.h diff --git a/include/wx/typeinfo.h b/include/wx/typeinfo.h index becacc5547..9d6ceb437d 100644 --- a/include/wx/typeinfo.h +++ b/include/wx/typeinfo.h @@ -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: \