summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-10-11 07:14:47 +0000
committerManolo Gouy <Manolo>2016-10-11 07:14:47 +0000
commit04f1e4d1aa399cda7979f432eed15b1cbafb7f92 (patch)
tree91c95de0f0e4301e7f958399572a77fb9d8d1fb9 /src/drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
parenta6a79d80f380ef0b45e8144159ba72c452300511 (diff)
Replace .h by .H in #include "Fl_Quartz_Graphics_Driver.h"
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12023 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
index bcf721eed..a48bbf6d4 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
@@ -29,7 +29,7 @@ extern int fl_line_width_;
\brief Line style drawing utility hiding different platforms.
*/
-#include "Fl_Quartz_Graphics_Driver.h"
+#include "Fl_Quartz_Graphics_Driver.H"
void Fl_Quartz_Graphics_Driver::quartz_restore_line_style() {
CGContextSetLineWidth(gc_, quartz_line_width_);