Skip to content

Commit

Permalink
Update MonitorElement.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernan2 committed Jan 25, 2021
1 parent 193cda7 commit baccbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMServices/Core/interface/MonitorElement.h
Expand Up @@ -427,7 +427,7 @@ namespace dqm::impl {
virtual void setCanExtend(unsigned int value);
// We should decide if we support this (or make it default)
DQM_DEPRECATED
virtual void setStatOverflows(unsigned int value);
virtual void setStatOverflows(bool value);

// these should be non-const, since they are potentially not thread-safe
virtual TObject const *getRootObject() const;
Expand Down

0 comments on commit baccbdd

Please sign in to comment.