X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2Fencoding.cpp;h=45fea10249c1c4206e1b5375df5ba5b61cc4ef01;hb=624cd1811f54808d23a50840bb35494e4e5ca3b6;hp=2b834b6cda2a1448e998791b9acb3b540c14068e;hpb=d6c68fa2ec0f3c8b6248444a7414942291b571e1;p=vuplus_dvbapp diff --git a/lib/base/encoding.cpp b/lib/base/encoding.cpp index 2b834b6..45fea10 100644 --- a/lib/base/encoding.cpp +++ b/lib/base/encoding.cpp @@ -1,9 +1,10 @@ +#include #include #include eDVBTextEncodingHandler encodingHandler; // the one and only instance -char toupper(char c) +inline char toupper(char c) { switch (c) {