summaryrefslogtreecommitdiffstats
path: root/graphics/qslim/files/patch-tools-qslim_qvis.cxx
blob: 7c1b7390dc5b097d987bc0d89f98a2fd5fcaa22c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- tools/qslim/qvis.cxx.orig	2011-09-06 14:13:35.000000000 +0200
+++ tools/qslim/qvis.cxx	2011-09-06 14:14:02.000000000 +0200
@@ -14,7 +14,7 @@
 #include <MxStdGUI.h>
 #include <stdio.h>
 
-#include <FL/fl_file_chooser.H>
+#include <FL/Fl_File_Chooser.H>
 #include <FL/filename.H>
 #include <FL/filename.H>
 #include <FL/Fl_Slider.H>
@@ -228,7 +228,7 @@
 // Main application routine
 //
 
-main(int argc, char **argv)
+int main(int argc, char **argv)
 {
     // Change default values for application variables in GUI version
     will_record_history = true;
OpenPOWER on IntegriCloud