X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fwidestring.h;h=437428c8ad316ff2c05341935053fb81c2275f07;hp=67f00b5b59d96eae4d9b35474ca7a35141287606;hb=07f65e88e6fd4ebbe8c055f3acd0385f9b64f238;hpb=da6c03044674863de9f8a017010aa579b3b27a12 diff --git a/bigscreen/widestring.h b/bigscreen/widestring.h index 67f00b5..437428c 100644 --- a/bigscreen/widestring.h +++ b/bigscreen/widestring.h @@ -7,6 +7,7 @@ class widestring : public std::wstring { public: + widestring(); widestring(const char *from); void operator= (const char *from); };