Skip to content

Commit

Permalink
libopenage/curve/base_curve.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jere8184 committed Jan 9, 2025
1 parent 475904a commit fed3b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libopenage/curve/base_curve.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class BaseCurve : public event::EventEntity {
// registration. If you need to copy a curve, use the sync() method.
// TODO: if copying is enabled again, these members have to be reassigned: _id, _idstr, last_element
BaseCurve(const BaseCurve &) = delete;
BaseCurve &operator=(const BaseCurve &) = delete;

BaseCurve(BaseCurve &&) = default;

Expand Down

0 comments on commit fed3b8f

Please sign in to comment.