make inline
[enigma2.git] / lib / base / encoding.cpp
index 2b834b6cda2a1448e998791b9acb3b540c14068e..5d6617d998d49b3ff222f6bdd8ed71876a1fa688 100644 (file)
@@ -3,7 +3,7 @@
 
 eDVBTextEncodingHandler encodingHandler;  // the one and only instance
 
-char toupper(char c)
+inline char toupper(char c)
 {
        switch (c)
        {