From f94dc3370a42005c67fc954188b4496e93b89c28 Mon Sep 17 00:00:00 2001 From: Olivier Couet Date: Wed, 8 Feb 2023 13:19:49 +0100 Subject: [PATCH] MENU was missing on TGraph::SaveAs --- hist/hist/inc/TGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hist/hist/inc/TGraph.h b/hist/hist/inc/TGraph.h index d6cb82e2586b3..3c009b2a0d3cd 100644 --- a/hist/hist/inc/TGraph.h +++ b/hist/hist/inc/TGraph.h @@ -176,7 +176,7 @@ class TGraph : public TNamed, public TAttLine, public TAttFill, public TAttMarke virtual Int_t RemovePoint(); // *MENU* virtual Int_t RemovePoint(Int_t ipoint); void SavePrimitive(std::ostream &out, Option_t *option = "") override; - void SaveAs(const char *filename, Option_t *option = "") const override; + void SaveAs(const char *filename, Option_t *option = "") const override; // *MENU* virtual void Scale(Double_t c1=1., Option_t *option="y"); // *MENU* virtual void SetEditable(Bool_t editable=kTRUE); // *TOGGLE* *GETTER=GetEditable virtual void SetHighlight(Bool_t set = kTRUE); // *TOGGLE* *GETTER=IsHighlight