X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fwidestring.h;fp=bigscreen%2Fwidestring.h;h=67ffdbb7090864741f717d921581aa6e4fb882c0;hp=437428c8ad316ff2c05341935053fb81c2275f07;hb=13ed6ca4807f938eba70592b2cb728cd3b632115;hpb=4f72fc3e551d7c34409760245c9db94a22cafc28 diff --git a/bigscreen/widestring.h b/bigscreen/widestring.h index 437428c..67ffdbb 100644 --- a/bigscreen/widestring.h +++ b/bigscreen/widestring.h @@ -9,6 +9,8 @@ class widestring : public std::wstring public: widestring(); widestring(const char *from); + widestring(const std::string &from); + widestring(const std::wstring &from); void operator= (const char *from); };