Skip to content
Snippets Groups Projects
Commit eef2974c authored by Olivier Couet's avatar Olivier Couet
Browse files

fix warning on ubuntu

git-svn-id: http://root.cern.ch/svn/root/trunk@46937 27541ba8-7e3a-0410-8455-c3a389f83636
parent f37b437a
No related branches found
No related tags found
No related merge requests found
...@@ -114,8 +114,10 @@ public: ...@@ -114,8 +114,10 @@ public:
void DrawPolyMarker(Int_t n, const Float_t *x, const Float_t *y); void DrawPolyMarker(Int_t n, const Float_t *x, const Float_t *y);
void DrawText(Double_t x, Double_t y, const char *text, ETextMode mode); void DrawText(Double_t x, Double_t y, const char *text, ETextMode mode);
void DrawText(Double_t, Double_t, const wchar_t *, ETextMode){}
void DrawTextNDC(Double_t x, Double_t y, const char *text, ETextMode mode); void DrawTextNDC(Double_t x, Double_t y, const char *text, ETextMode mode);
void DrawTextNDC(Double_t, Double_t, const wchar_t *, ETextMode){}
//jpg, png, gif and bmp output. //jpg, png, gif and bmp output.
void SaveImage(TVirtualPad *pad, const char *fileName, Int_t type) const; void SaveImage(TVirtualPad *pad, const char *fileName, Int_t type) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment