Fix FTBFS with clang

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 9 years ago
parent 1a18c69495
commit 6ea09339a5

@ -36,6 +36,7 @@ email : david.nolden.kdevelop@art-master.de
#include "tag_creator.h" #include "tag_creator.h"
#include <typeinfo> #include <typeinfo>
#include <vector>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>

@ -37,7 +37,7 @@ class SimpleTypeCacheBinder : public Base {
template <class InitType1, class InitType2> template <class InitType1, class InitType2>
SimpleTypeCacheBinder( InitType1 t, InitType2 t2 ) : Base ( t, t2 ), m_haveBasesCache( false ), secondaryActive( true ), primaryActive( true ) {} SimpleTypeCacheBinder( InitType1 t, InitType2 t2 ) : Base ( t, t2 ), m_haveBasesCache( false ), secondaryActive( true ), primaryActive( true ) {}
using Base::LocateMode; using typename Base::LocateMode;
struct LocateDesc { struct LocateDesc {
TypeDesc mname; TypeDesc mname;

@ -347,7 +347,7 @@ private:
}; };
inline Token::Token(const TQString & text = "") inline Token::Token(const TQString & text)
: m_type( -1 ), : m_type( -1 ),
m_position( 0 ), m_position( 0 ),
m_length( 0 ), m_length( 0 ),

Loading…
Cancel
Save