Changed: #1448 Compilation with CLang

This commit is contained in:
kervala 2012-04-07 11:51:21 +02:00
parent 1df1912b14
commit 4dd62721b9

View file

@ -937,7 +937,7 @@ CMirrorPropValueAlice<T,CPropLocationClass>& CMirrorPropValueAlice<T,CPropLocati
}
else
{
tempReassign( srcValue );
this->tempReassign( srcValue );
}
return *this;
}