Fixed leak

This commit is contained in:
Phil Nash
2010-11-11 20:37:46 +00:00
parent 5cf94a8043
commit 92f2d32f74
3 changed files with 18 additions and 5 deletions

View File

@@ -66,8 +66,7 @@ public:
m_expressionIncomplete = true;
return *this;
}
private:
friend class ResultBuilder;
void setLhs( const std::string& lhs )