Skip to content

Commit f77a807

Browse files
authored
Update hist/hist/inc/TH1.h
1 parent 9da5243 commit f77a807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hist/hist/inc/TH1.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class TH1 : public TNamed, public TAttLine, public TAttFill, public TAttMarker {
323323

324324
virtual Int_t GetQuantiles(Int_t n, Double_t *xp, const Double_t *p = nullptr);
325325
virtual Double_t GetRandom(TRandom * rng = nullptr) const;
326-
void GetRangeOfFilledWeights(const Int_t, Int_t, Int_t, bool) const {};
326+
void GetRangeOfFilledWeights(Int_t, Int_t, Int_t, bool) const {};
327327
virtual void GetStats(Double_t *stats) const;
328328
virtual Double_t GetStdDev(Int_t axis=1) const;
329329
virtual Double_t GetStdDevError(Int_t axis=1) const;

0 commit comments

Comments
 (0)