Skip to content

Commit

Permalink
fixed typo in HiddenPointer
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Mar 16, 2014
1 parent c56ace6 commit b535eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hiddenpointer.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class HiddenPointer
* @param that
* @return HiddenPointer
*/
HiddenPointer<Type> operator=(const HiddenPointer &that)
HiddenPointer<Type> &operator=(const HiddenPointer &that)
{
// skip self assignmend
if (this == &that) return *this;
Expand Down

0 comments on commit b535eb7

Please sign in to comment.