From b2e80802887cc72802c8c9cbbc4400de41f19c90 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 11 Sep 2007 14:04:53 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/Colorbar_Window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fltk/Colorbar_Window.h b/Fltk/Colorbar_Window.h index e4d07280ad..3728364739 100644 --- a/Fltk/Colorbar_Window.h +++ b/Fltk/Colorbar_Window.h @@ -47,7 +47,7 @@ class Colorbar_Window : public Fl_Window { int help_flag; // if nonzero, print help message int marker_pos; // position of marker as index into table - GmshColorTable *ct; // pointer to the color table (allocated in Post_View) + GmshColorTable *ct; // pointer to the color table (allocated in the view) bool *viewchanged; // pointer to changed bit in view Fl_Color color_bg; -- GitLab