X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Fwidestring.cpp;h=241183650819a700b9bc36e48c49c5d16c561412;hb=250bedbb9992af9f72996b0f790e8c585c3fe4e0;hp=4b67ec7c2b168e158ccc90e1b90a7ad228d03256;hpb=13ed6ca4807f938eba70592b2cb728cd3b632115;p=ccbs diff --git a/bigscreen/widestring.cpp b/bigscreen/widestring.cpp index 4b67ec7..2411836 100644 --- a/bigscreen/widestring.cpp +++ b/bigscreen/widestring.cpp @@ -1,3 +1,5 @@ +#include +#include #include #include #include @@ -64,10 +66,3 @@ void widestring::operator= (const char *from) free(from_buf); delete[] to_buf; } - -template<> -void pqxx::from_string(const char *from, widestring &to) -{ - to = from; -} -