Skip to content

Commit

Permalink
Fix compilation warnings (ClassDef macro)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Oct 9, 2017
1 parent b9e344f commit 6069b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Calibration/HcalCalibAlgos/src/TCell.h
Expand Up @@ -30,7 +30,7 @@ class TCell : public TObject {
void SetId(UInt_t i) { _id=i; }


ClassDef(TCell, 1);
ClassDefOverride(TCell, 1);
};

#endif /* _TCELL_H */
Expand Down
2 changes: 1 addition & 1 deletion IOPool/TFileAdaptor/interface/TStorageFactorySystem.h
Expand Up @@ -14,7 +14,7 @@ class TStorageFactorySystem : public TSystem
void * GetDirPt(void) const { return fDirp; }

public:
ClassDef(TStorageFactorySystem, 0); // ROOT System operating on CMS Storage.
ClassDefOverride(TStorageFactorySystem, 0); // ROOT System operating on CMS Storage.

TStorageFactorySystem(const char *, Bool_t); // For compatibility with TXNetFile, we don't actually use the arguments
TStorageFactorySystem(void);
Expand Down

0 comments on commit 6069b13

Please sign in to comment.