Skip to content

Commit c4b3303

Browse files
authored
[hist] bump palette axis classdef (#20281)
since new fLog member was added Fixes #20280
1 parent 7a25b43 commit c4b3303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hist/histpainter/inc/TPaletteAxis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class TPaletteAxis : public TPave {
7474

7575
virtual void UnZoom(); // *MENU*
7676

77-
ClassDefOverride(TPaletteAxis,4) //class used to display a color palette axis for 2-d plots
77+
ClassDefOverride(TPaletteAxis, 5) //class used to display a color palette axis for 2-d plots
7878
};
7979

8080
#endif

0 commit comments

Comments
 (0)