From c11247a6f27a56c500b6a8e45411683a8e953097 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 11 Mar 2009 09:38:48 +0800
Subject: [PATCH] BUG: fix Fl.H include

---
 Code/VisuRefac/otbGlWidget.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Code/VisuRefac/otbGlWidget.h b/Code/VisuRefac/otbGlWidget.h
index 7c0ed8e024..cd82c2f0cc 100644
--- a/Code/VisuRefac/otbGlWidget.h
+++ b/Code/VisuRefac/otbGlWidget.h
@@ -20,7 +20,7 @@
 
 // FLTK includes
 #include <FL/gl.h>
-#include <FL/Fl.h>
+#include <FL/Fl.H>
 #include "FL/Fl_Gl_Window.H"
 
 // This include is needed to get the OTB_GL_USE_ACCEL definition
@@ -60,11 +60,11 @@ public:
 
   /** Runtime information */
   itkTypeMacro(GlWidget,Object);
-  
+
   /** Controller typedef */
   typedef otb::ImageWidgetController        ControllerType;
   typedef ControllerType::Pointer           ControllerPointerType;
-  
+
   /** Index typedef */
   typedef itk::Point<double,2>              PointType;
 
@@ -80,7 +80,7 @@ public:
    */
   virtual void resize(int x, int y, int w, int h);
 
-  
+
   /** Enable/disable Gl acceleration */
   itkSetMacro(UseGlAcceleration,bool);
   itkGetMacro(UseGlAcceleration,bool);
-- 
GitLab