]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/buffer.h
Add instance argument to wxLoadUserResource().
[wxWidgets.git] / include / wx / buffer.h
index 4be2660b67f6337ec91ee3f3398056336ebacbbc..d9640e25c040ea98758d3a5dce5d5d154a7742f6 100644 (file)
@@ -359,7 +359,6 @@ public:
     wxCharBuffer(const wxCStrData& cstr);
 };
 
-#if wxUSE_WCHAR_T
 WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE( wxScopedCharTypeBuffer<wchar_t> )
 WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE( wxCharTypeBuffer<wchar_t> )
 
@@ -379,7 +378,6 @@ public:
 
     wxWCharBuffer(const wxCStrData& cstr);
 };
-#endif // wxUSE_WCHAR_T
 
 // wxCharTypeBuffer<T> implicitly convertible to T*
 template <typename T>