]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
fixed new charset detection code (langinfo.h not included in intl.cpp; langinfo.h...
[wxWidgets.git] / src / common / variant.cpp
index 26e623c1b53487e88a7becc03a7a720115366e03..a0c5b4bdab9b9f75f222f0b456f9d74b29f1ee9c 100644 (file)
@@ -44,6 +44,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxTime, wxObject)
 
 wxTime::tFormat    wxTime::ms_Format    = wxTime::wx12h;
 wxTime::tPrecision wxTime::ms_Precision  = wxTime::wxStdMinSec;
+wxChar             wxTime::ms_bufTime[128];
 #endif
 
 IMPLEMENT_ABSTRACT_CLASS(wxVariantData, wxObject)