]> git.sesse.net Git - ccbs/blobdiff - bigscreen/widestring.cpp
Only allocate space for four digits in the score screen -- if somebody actually gets...
[ccbs] / bigscreen / widestring.cpp
index 52b7f559e48acf406ecb58e9bb008369b4ccd0a3..9193586379e63b7474ed9f57df0826aeb214b1be 100644 (file)
@@ -7,6 +7,10 @@
 static iconv_t ucs4_iconv;
 static bool iconv_initialized = false;
 
+widestring::widestring()
+{
+}
+
 widestring::widestring(const char *from)
 {
        *this = from;