Commit 531a83c8cdc4c70fed1a957429d530baad921296
Committed by
Gerrit Code Review
Merge "Remove handle::operator=(NULL) as it is duplicating handle.Reset() functi…
…onality and thus redundant" into tizen
Showing
2 changed files
with
2 additions
and
2 deletions
examples/cluster/cluster-example.cpp
| @@ -725,7 +725,7 @@ public: | @@ -725,7 +725,7 @@ public: | ||
| 725 | if( i->mEffectConstraint ) | 725 | if( i->mEffectConstraint ) |
| 726 | { | 726 | { |
| 727 | cluster.RemoveConstraint(i->mEffectConstraint); | 727 | cluster.RemoveConstraint(i->mEffectConstraint); |
| 728 | - i->mEffectConstraint = 0; | 728 | + i->mEffectConstraint.Reset(); |
| 729 | } | 729 | } |
| 730 | } | 730 | } |
| 731 | 731 |
examples/radial-menu/radial-sweep-view.h