X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/065d3ac0f19a6f2c61c3f8aa80a6cd8784ff7a7f..2afcb9094eb0596e2ce4fef77d8208f399ca8e8d:/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) {