X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fwidestring.h;h=1e4f9a2640cd2cd09d35af5b84cbdc5fd96f2f6a;hp=a2f2a245423322042d234d226df6e1be89ac9d89;hb=HEAD;hpb=e31944e3c1c8725a85f36153400d27ce99e01c46;ds=sidebyside 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