]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
sometimes unused parameter warnings are really worth paying attention to
[wxWidgets.git] / src / common / string.cpp
index 16f764f44a1e50476759bc1abb308fda2ac9a3e9..2530f0718f5074fbc87259823968ec7dd86de972 100644 (file)
@@ -2009,3 +2009,15 @@ wxUTF8StringBufferLength::~wxUTF8StringBufferLength()
     wbuf.SetLength(wlen);
 }
 #endif // wxUSE_UNICODE_WCHAR
+
+// ----------------------------------------------------------------------------
+// wxCharBufferType<T>
+// ----------------------------------------------------------------------------
+
+template<>
+wxCharTypeBuffer<char>::Data
+wxCharTypeBuffer<char>::NullData(NULL);
+
+template<>
+wxCharTypeBuffer<wchar_t>::Data
+wxCharTypeBuffer<wchar_t>::NullData(NULL);