summaryrefslogtreecommitdiffstats
path: root/lib/cppparser/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cppparser/lexer.h')
-rw-r--r--lib/cppparser/lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cppparser/lexer.h b/lib/cppparser/lexer.h
index 10be7705..dd3e5824 100644
--- a/lib/cppparser/lexer.h
+++ b/lib/cppparser/lexer.h
@@ -347,7 +347,7 @@ private:
};
-inline Token::Token(const TQString & text = "")
+inline Token::Token(const TQString & text)
: m_type( -1 ),
m_position( 0 ),
m_length( 0 ),