From 4224d220a3683c96446787d94a7167409a38c3cd Mon Sep 17 00:00:00 2001 From: Olivier Couet Date: Mon, 15 May 2017 14:26:36 +0200 Subject: [PATCH] #1 for ClassDef is kind of "reserved".. better start at 3... --- hist/hist/inc/TAxisModLab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hist/hist/inc/TAxisModLab.h b/hist/hist/inc/TAxisModLab.h index 6bb3d8d7099d9..b7a02d816d7c6 100644 --- a/hist/hist/inc/TAxisModLab.h +++ b/hist/hist/inc/TAxisModLab.h @@ -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