pass constant pointers

And again, convert arguments to const.
This commit is contained in:
Max Kellermann
2008-08-29 09:01:53 +02:00
parent d8a8fa63b4
commit 12bcba8b89
10 changed files with 17 additions and 16 deletions

View File

@@ -106,7 +106,7 @@ void resetVisitedFlagsInTagTracker(int type)
}
}
void visitInTagTracker(int type, char *str)
void visitInTagTracker(int type, const char *str)
{
TreeIterator iter;