forked from dolphin-emu/dolphin
wx: Prevent warnings when compiling with recent versions of g++
g++ tends to think this is a string literal instead of concatenation.
This commit is contained in:
g++ tends to think this is a string literal instead of concatenation.