X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fwidestring.cpp;h=9193586379e63b7474ed9f57df0826aeb214b1be;hp=52b7f559e48acf406ecb58e9bb008369b4ccd0a3;hb=00cc6937fb4d2d0525c90536697fc88eea3d0d6e;hpb=da6c03044674863de9f8a017010aa579b3b27a12 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;