Skip to content

Commit

Permalink
issue supercollider#3392: non-void operator= should return *this
Browse files Browse the repository at this point in the history
  • Loading branch information
shimpe committed Jan 6, 2018
1 parent aadc788 commit a935f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/supernova/sc/sc_osc_handler.cpp
Expand Up @@ -200,6 +200,8 @@ struct movable_array
data_ = rhs.data_;

rhs.data_ = nullptr;

return *this;
}

~movable_array(void)
Expand Down

0 comments on commit a935f70

Please sign in to comment.