Compile fix

Change-Id: I58f23f78bbb3794103886d207e96483b108aa1e6
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Robert Loehning
2012-12-06 15:48:21 +01:00
committed by Fawzi Mohamed
parent e85533ffe4
commit 2b2f41db4f

View File

@@ -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;
}; };