X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/111d99489d509bc96819877b88596474f3253859..c67b782d27cf082d3b889a0e84b693cfaac253c0:/include/wx/strconv.h diff --git a/include/wx/strconv.h b/include/wx/strconv.h index 4360b7f6a3..0fbe71bfd5 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -442,7 +442,7 @@ private: // instead. #define WX_DECLARE_GLOBAL_CONV(klass, name) \ extern WXDLLIMPEXP_DATA_BASE(klass*) name##Ptr; \ - extern klass* WXDLLIMPEXP_BASE wxGet_##name##Ptr(); \ + extern WXDLLIMPEXP_BASE klass* wxGet_##name##Ptr(); \ inline klass& wxGet_##name() \ { \ if ( !name##Ptr ) \