diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-02-17 11:23:26 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-02-17 11:23:26 +0000 |
| commit | f7ef143c4f3e770fd8126389e628642c31efa62f (patch) | |
| tree | ee6741478e63ab43773c49bb91dd62817fb238ad /src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | |
| parent | c5994ebb6f319583ab08dac090d9391c799931b9 (diff) | |
Fix typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11184 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx index e677cbbde..52bb3f79f 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx @@ -21,7 +21,7 @@ #include "Fl_WinAPI_Screen_Driver.h" #include <FL/Fl.H> #include <FL/x.H> -#include <FL/fl_ask.h> +#include <FL/fl_ask.H> #include <stdio.h> // Add these externs to allow Win32 port to build - suspect that Fl_X11_Screen_Driver.cxx also might need these |
