Remove the const cast in TH1::GetAxis(). Add a "const TAxis * GetAxis() const"...
Remove the const cast in TH1::GetAxis(). Add a "const TAxis * GetAxis() const" method and a non const "TAxis * GetAxis()" method. This fixes ROOT-6361
Showing
- graf2d/graf/src/TPie.cxx 1 addition, 1 deletiongraf2d/graf/src/TPie.cxx
- graf3d/gl/inc/TGLAxisPainter.h 2 additions, 2 deletionsgraf3d/gl/inc/TGLAxisPainter.h
- graf3d/gl/inc/TGLPlotPainter.h 1 addition, 1 deletiongraf3d/gl/inc/TGLPlotPainter.h
- graf3d/gl/src/TGLAxisPainter.cxx 1 addition, 1 deletiongraf3d/gl/src/TGLAxisPainter.cxx
- hist/hist/inc/TH1.h 6 additions, 3 deletionshist/hist/inc/TH1.h
- hist/hist/inc/TH3.h 8 additions, 7 deletionshist/hist/inc/TH3.h
- hist/hist/inc/THStack.h 1 addition, 1 deletionhist/hist/inc/THStack.h
- hist/hist/inc/TProfile3D.h 1 addition, 1 deletionhist/hist/inc/TProfile3D.h
- hist/hist/src/HFitInterface.cxx 9 additions, 8 deletionshist/hist/src/HFitInterface.cxx
- hist/hist/src/TEfficiency.cxx 4 additions, 3 deletionshist/hist/src/TEfficiency.cxx
- hist/hist/src/TH1.cxx 8 additions, 8 deletionshist/hist/src/TH1.cxx
- hist/hist/src/TH2.cxx 8 additions, 8 deletionshist/hist/src/TH2.cxx
- hist/hist/src/TH3.cxx 46 additions, 120 deletionshist/hist/src/TH3.cxx
- hist/hist/src/THStack.cxx 1 addition, 1 deletionhist/hist/src/THStack.cxx
- hist/hist/src/THnBase.cxx 1 addition, 1 deletionhist/hist/src/THnBase.cxx
- hist/hist/src/TProfile3D.cxx 1 addition, 1 deletionhist/hist/src/TProfile3D.cxx
Loading
Please register or sign in to comment