X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/065d3ac0f19a6f2c61c3f8aa80a6cd8784ff7a7f..325d00ce4ba8a2b239b0837e878d5c2721e5682a:/lib/base/encoding.cpp diff --git a/lib/base/encoding.cpp b/lib/base/encoding.cpp index 48be7873..5d6617d9 100644 --- a/lib/base/encoding.cpp +++ b/lib/base/encoding.cpp @@ -1,10 +1,9 @@ #include #include -#include eDVBTextEncodingHandler encodingHandler; // the one and only instance -char toupper(char c) +inline char toupper(char c) { switch (c) {