X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fwidestring.cpp;h=9193586379e63b7474ed9f57df0826aeb214b1be;hp=c31f4fcb29981442173179bee2c32de8d1f810f5;hb=bc35fe826101ca7eb29a6fa2e06eba2cd6c99222;hpb=141adc9f5acb9ed1e98a206abb0d2e9cfdce6d2f diff --git a/bigscreen/widestring.cpp b/bigscreen/widestring.cpp index c31f4fc..9193586 100644 --- a/bigscreen/widestring.cpp +++ b/bigscreen/widestring.cpp @@ -7,6 +7,15 @@ static iconv_t ucs4_iconv; static bool iconv_initialized = false; +widestring::widestring() +{ +} + +widestring::widestring(const char *from) +{ + *this = from; +} + void widestring::operator= (const char *from) { if (!iconv_initialized) {