forked from len0rd/rockbox
themeeditor: fix build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27661 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c9d4b7977a
commit
a19fa2dafc
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ void SkinHighlighter::highlightBlock(const QString& text)
|
||||||
/* Checking for normal tags */
|
/* Checking for normal tags */
|
||||||
|
|
||||||
char lookup[3];
|
char lookup[3];
|
||||||
struct tag_info* found = 0;
|
const struct tag_info* found = 0;
|
||||||
|
|
||||||
/* First checking for a two-character tag name */
|
/* First checking for a two-character tag name */
|
||||||
lookup[2] = '\0';
|
lookup[2] = '\0';
|
||||||
|
@ -115,7 +115,7 @@ void SkinHighlighter::highlightBlock(const QString& text)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
char lookup[3];
|
char lookup[3];
|
||||||
struct tag_info* found = 0;
|
const struct tag_info* found = 0;
|
||||||
|
|
||||||
lookup[2] = '\0';
|
lookup[2] = '\0';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue