From 6b6feb99001d8d66580f541c7b1d3a2246d9c489 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Mon, 7 May 2018 16:18:38 +0200 Subject: [PATCH] Fix Compile Error --- src/avtk/clipselector.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avtk/clipselector.hxx b/src/avtk/clipselector.hxx index 67caa91..c0111e4 100644 --- a/src/avtk/clipselector.hxx +++ b/src/avtk/clipselector.hxx @@ -97,7 +97,7 @@ class ClipSelector : public Fl_Button { public: ClipSelector( int _x, int _y, int _w, int _h, - char *_label, bool master = false); + const char *_label, bool master = false); int ID;