diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-06-29 18:32:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-06-29 18:32:42 +0200 |
commit | 6ea09339a5ff3d8edbabb17735be68cddb43d981 (patch) | |
tree | ee6e92c7108c1adc84df401e446fd47fdafc51fe /lib/cppparser/lexer.h | |
parent | 1a18c69495634b5ec52f08086e835c7542003dc9 (diff) | |
download | tdevelop-6ea09339a5ff3d8edbabb17735be68cddb43d981.tar.gz tdevelop-6ea09339a5ff3d8edbabb17735be68cddb43d981.zip |
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'lib/cppparser/lexer.h')
-rw-r--r-- | lib/cppparser/lexer.h | 2 |
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 ), |