Make parameters const
commit336ed010227d14209870f45ac15f0d8788e5e80f
authorTheAssassin <theassassin@users.noreply.github.com>
Tue, 27 Feb 2018 20:55:46 +0000 (27 21:55 +0100)
committerTheAssassin <theassassin@users.noreply.github.com>
Tue, 27 Feb 2018 20:56:17 +0000 (27 21:56 +0100)
tree2b5dcdc6f4c82c667722605198e9fcd0ae88e132
parent66887c777e06190dc498c69a13973186e584f737
Make parameters const

They won't be altered by the function anyway, and in order to be able
to pass std::strings (from C++ code), the functions need to accept
const char arrays.
src/getsection.h