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