1
0
Fork 0
forked from len0rd/rockbox

Fix C++11 compile error with version strings.

C++11 requires a space between literal and identifier. When compiling with Qt
5.6 on OS X C++11 support is automatically enabled, causing an error due to
this.

Change-Id: Ifbedc894a3cef23fc67ed1da75558e92e44d1077
This commit is contained in:
Dominik Riebeling 2016-03-20 09:09:38 +01:00
parent ece9303c2b
commit 7cc6d85df9
2 changed files with 2 additions and 2 deletions