X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b96a56e60e65e17704fc66ae9cdbb2444ac987d8..18923e360c44744dcf7e4f2be7fbae3c447a939a:/include/wx/buffer.h diff --git a/include/wx/buffer.h b/include/wx/buffer.h index 4be2660b67..d9640e25c0 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -359,7 +359,6 @@ public: wxCharBuffer(const wxCStrData& cstr); }; -#if wxUSE_WCHAR_T WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE( wxScopedCharTypeBuffer ) WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE( wxCharTypeBuffer ) @@ -379,7 +378,6 @@ public: wxWCharBuffer(const wxCStrData& cstr); }; -#endif // wxUSE_WCHAR_T // wxCharTypeBuffer implicitly convertible to T* template