From c4df5daaef948b4822ae6023c511e8da2e3d468c Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 24 Aug 2006 19:25:34 +0200 Subject: fix 64bit compilation problem (reported by Maxi) --- src/GipfelWidget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GipfelWidget.cxx') diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index ee5cb00..75451ec 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -109,7 +109,7 @@ GipfelWidget::load_image(char *file) { mb = new Fl_Menu_Button(x(),y(),w()+x(),h()+y(),"&popup"); mb->type(Fl_Menu_Button::POPUP3); mb->box(FL_NO_BOX); - mb->add("Center Peak", NULL, (Fl_Callback*) center_cb, this); + mb->add("Center Peak", 0, (Fl_Callback*) center_cb, this); // try to retrieve gipfel data from JPEG comment section args[0] = "rdjpgcom"; -- cgit v1.2.3