X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..cffbfebc684e000e4fd859b05b2f6fabae633c8a:/src/common/variant.cpp diff --git a/src/common/variant.cpp b/src/common/variant.cpp index 26e623c1b5..a0c5b4bdab 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -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)