Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 4491fca6a07e9bb60c5f39d3c9c31761 > files > 6

SpiralLoops-2.0.0-8mdv2008.0.src.rpm

--- GUI/LoopGUI.C~	2008-12-14 13:17:44.000000000 +0100
+++ GUI/LoopGUI.C	2008-12-14 13:21:05.000000000 +0100
@@ -21,7 +21,7 @@
 #include "Widgets/Fl_Loop.h"
 #include "LoopGUI.h"
 #include "../Loop.h"
-#include <FL/fl_file_chooser.h>
+#include <FL/Fl_File_Chooser.H>
 
 using namespace std;
 
--- GUI/Widgets/Fl_Knob.cxx~	2008-12-14 13:22:01.000000000 +0100
+++ GUI/Widgets/Fl_Knob.cxx	2008-12-14 13:22:09.000000000 +0100
@@ -1,7 +1,7 @@
 // generated by Fast Light User Interface Designer (fluid) version 2.00
 
 #include "Fl_Knob.H"
-#include "FL/Fl_Group.h"
+#include <FL/Fl_Group.H>
 #include <FL/fl_draw.H>
 #include <math.h>
 
--- GUI/OutputGUI.C~	2008-12-14 13:17:45.000000000 +0100
+++ GUI/OutputGUI.C	2008-12-14 13:21:27.000000000 +0100
@@ -18,7 +18,7 @@
 
 #include "OutputGUI.h"
 
-#include <FL/fl_file_chooser.h>
+#include <FL/Fl_File_Chooser.H>
 
 OutputGUI::OutputGUI(Output *o)
 {
--- SpiralLoops.C~	2008-12-14 13:20:09.000000000 +0100
+++ SpiralLoops.C	2008-12-14 13:20:23.000000000 +0100
@@ -20,7 +20,7 @@
 
 #include <FL/Fl.H>
 #include <FL/Enumerations.H>
-#include <FL/fl_file_chooser.h>
+#include <FL/Fl_File_Chooser.H>
 #include <fstream>
 #include <strstream>
 #include <string>