forked from qt-creator/qt-creator
Compile fix
Change-Id: I58f23f78bbb3794103886d207e96483b108aa1e6 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
committed by
Fawzi Mohamed
parent
e85533ffe4
commit
2b2f41db4f
@@ -96,8 +96,8 @@ public:
|
|||||||
void intersect(const Trie &v);
|
void intersect(const Trie &v);
|
||||||
void merge(const Trie &v);
|
void merge(const Trie &v);
|
||||||
|
|
||||||
friend QDebug &operator<<(QDebug &dbg, const TrieNode::Ptr &trie);
|
friend QMLJS_EXPORT QDebug &operator<<(QDebug &dbg, const TrieNode::Ptr &trie);
|
||||||
friend QDebug &operator<<(QDebug &dbg, const Trie &trie);
|
friend QMLJS_EXPORT QDebug &operator<<(QDebug &dbg, const Trie &trie);
|
||||||
|
|
||||||
TrieNode::Ptr trie;
|
TrieNode::Ptr trie;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user