X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fwidestring.h;h=1e4f9a2640cd2cd09d35af5b84cbdc5fd96f2f6a;hp=a2f2a245423322042d234d226df6e1be89ac9d89;hb=HEAD;hpb=8596d4aa3654710fb225c08c4d7235b74362561e diff --git a/bigscreen/widestring.h b/bigscreen/widestring.h index a2f2a24..1e4f9a2 100644 --- a/bigscreen/widestring.h +++ b/bigscreen/widestring.h @@ -13,6 +13,7 @@ public: widestring(const std::string &from); widestring(const std::wstring &from); void operator= (const char *from); + std::string to_utf8() const; }; namespace pqxx