Skip to content

Commit

Permalink
Add prototype in qjson to shut up the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 13, 2012
1 parent dc8bfb4 commit 8cf59d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/external/qjson/src/json_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

#include <cassert>

bool ishexnstring(const QString& string);

bool ishexnstring(const QString& string) {
for (int i = 0; i < string.length(); i++) {
if (isxdigit(string[i] == 0))
Expand Down

0 comments on commit 8cf59d7

Please sign in to comment.