Skip to content

Commit

Permalink
The operators have to be deleted, bring it back
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 13, 2024
1 parent b7605e5 commit 4bf3342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Monitor/Monitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ namespace Plugin {
}
}

MonitorObject(MonitorObject&) = default;
MonitorObject& operator=(MonitorObject&);
MonitorObject(MonitorObject&) = delete;
MonitorObject& operator=(MonitorObject&) = delete;
MonitorObject(MonitorObject&&) = delete;
MonitorObject& operator=(MonitorObject&&) = delete;

Expand Down

0 comments on commit 4bf3342

Please sign in to comment.