Skip to content

Commit

Permalink
#1 for ClassDef is kind of "reserved".. better start at 3...
Browse files Browse the repository at this point in the history
  • Loading branch information
couet committed May 15, 2017
1 parent 74e216c commit 4224d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hist/hist/inc/TAxisModLab.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TAxisModLab : public TObject, public TAttText {
Int_t GetFont() {return fTextFont;}
TString GetText() {return fLabText;}

ClassDef(TAxisModLab,1) // Modified axis label
ClassDef(TAxisModLab,3) // Modified axis label
};

#endif

0 comments on commit 4224d22

Please sign in to comment.