More warning fixes.

This commit is contained in:
Hauke Heibel
2009-10-14 19:55:23 +02:00
parent c37cfc32b3
commit 0927ba1fd3
2 changed files with 5 additions and 2 deletions

View File

@@ -117,6 +117,9 @@ template<typename ExpressionType> class SwapWrapper
protected:
ExpressionType& m_expression;
private:
SwapWrapper& operator=(const SwapWrapper&);
};
/** swaps *this with the expression \a other.