Skip to content

Commit

Permalink
fixup! fix pointer usage in MO
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Tichák committed Oct 8, 2024
1 parent f1a049c commit c864bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/include/QualityControl/MonitorObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class MonitorObject : public TObject
void releaseObject();
void cloneAndSetObject(const MonitorObject&);

ClassDefOverride(MonitorObject, 12);
ClassDefOverride(MonitorObject, 13);
};

} // namespace o2::quality_control::core
Expand Down

0 comments on commit c864bae

Please sign in to comment.