Changed: #1448 Compilation with CLang

This commit is contained in:
kervala 2012-04-07 11:51:21 +02:00
parent 09bb9ff7f6
commit b516228ad7

View file

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