X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fwidestring.cpp;h=9193586379e63b7474ed9f57df0826aeb214b1be;hp=52b7f559e48acf406ecb58e9bb008369b4ccd0a3;hb=07f65e88e6fd4ebbe8c055f3acd0385f9b64f238;hpb=da6c03044674863de9f8a017010aa579b3b27a12;ds=sidebyside diff --git a/bigscreen/widestring.cpp b/bigscreen/widestring.cpp index 52b7f55..9193586 100644 --- a/bigscreen/widestring.cpp +++ b/bigscreen/widestring.cpp @@ -7,6 +7,10 @@ static iconv_t ucs4_iconv; static bool iconv_initialized = false; +widestring::widestring() +{ +} + widestring::widestring(const char *from) { *this = from;