Skip to content

Commit

Permalink
Fix a small error and permissions on MonitorElement files.
Browse files Browse the repository at this point in the history
Not sure why MonitorElement.{cc,h} had mode 755.
  • Loading branch information
Dmitrijus Bugelskis committed May 13, 2015
1 parent 962a4b7 commit a85d0ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMServices/Core/interface/MonitorElement.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class MonitorElement
MonitorElement(const MonitorElement &);
MonitorElement(MonitorElement &&);
MonitorElement &operator=(const MonitorElement &) = delete;
MonitorElement &operator=(const MonitorElement &&) = delete;
MonitorElement &operator=(MonitorElement &&) = delete;
~MonitorElement(void);

/// Compare monitor elements, for ordering in sets.
Expand Down
Empty file modified DQMServices/Core/src/MonitorElement.cc
100755 → 100644
Empty file.

0 comments on commit a85d0ce

Please sign in to comment.