Fix compilation for iconv() with "const char **inbuf"
commit7fa65ec68d012aba6f7d595855c74bb25b5196b3
authorPetr Pavlu <setup@dagobah.cz>
Mon, 13 Mar 2017 20:02:32 +0000 (13 20:02 +0000)
committerPetr Pavlu <setup@dagobah.cz>
Mon, 13 Mar 2017 20:02:32 +0000 (13 20:02 +0000)
tree783f4b46d8f6cb8716701449554cd15c791cde7c
parent94ac6f1975db500d3ffb591c66deb663f3819ebe
Fix compilation for iconv() with "const char **inbuf"

Fix compilation on implementations that define the inbuf parameter of the
iconv() function as "const char **".
cppconsui/CoreManager.cpp