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