Windows build fix.

This commit is contained in:
Gunnar Beutner 2013-02-26 10:57:44 +01:00
parent d705ff648e
commit f027f1681b
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ public:
Attribute<T>& operator=(const T& rhs)
{
Set(rhs);
return *this;
}
T Get(void) const