Commit 5d63a37e authored by dimitri's avatar dimitri

Fixed compiler problem on Windows

parent abf0051d
......@@ -217,7 +217,7 @@ static void handlePendingStyleCommands(DocNode *parent,QList<DocNode> &children)
* @retval FALSE The token was not handled.
*/
static bool defaultHandleToken(DocNode *parent,int tok, QList<DocNode> &children,bool
handleWord=TRUE)
handleWord)
{
DBG(("token %s at %d",tokToString(tok),doctokenizerYYlineno));
if (tok==TK_WORD || tok==TK_SYMBOL || tok==TK_URL ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment