summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-02-05 16:46:16 +0000
committerManolo Gouy <Manolo>2016-02-05 16:46:16 +0000
commitda97c30d7a4b4dc18290d2f683e96b766b0518bf (patch)
tree4cb32dccd02d014863d2bd75fc809558b6c06a65 /src/Fl_Device.cxx
parenta8a777ff26dede82ff1b450806608851f63cb79f (diff)
Fix typo fl_draw.h instead of fl_draw.H
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11128 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Device.cxx')
-rw-r--r--src/Fl_Device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx
index c4b7c8585..6701ed68f 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -20,7 +20,7 @@
#include "config_lib.h"
#include <FL/Fl_Device.H>
#include <FL/Fl_Image.H>
-#include <FL/fl_draw.h>
+#include <FL/fl_draw.H>
#ifdef FL_CFG_GFX_QUARTZ
#include "drivers/Quartz/Fl_Quartz_Graphics_Driver.h"