Skip to content

Commit

Permalink
Fixed: Build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 11, 2016
1 parent 92e2703 commit 5aadede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/src/data/json.cpp
Expand Up @@ -86,7 +86,7 @@ class JSONParser
return source[pos++];
}

void error(QString const &message) DENG2_NORETURN
DENG2_NORETURN void error(QString const &message)
{
throw de::Error("JSONParser", de::String("Error at position %1 (%2^%3): %4")
.arg(pos).arg(source.mid(pos - 4, 4)).arg(source.mid(pos, 4)).arg(message));
Expand Down

0 comments on commit 5aadede

Please sign in to comment.