diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-07-17 12:17:50 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-07-17 12:17:50 +0000 |
| commit | 42d5b7f0366870f5935e8d3161fec6d601797b45 (patch) | |
| tree | dc69dbc0ddd1636490a8d1d74e1b99e430fa075c | |
| parent | e8ea433222eed921b190bb57b9e6f56fb3a8b3b1 (diff) | |
Wrong case in path name.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4430 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/fl_vertex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index d9ee96c3a..feb02d84c 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -34,7 +34,7 @@ #include <config.h> #include <FL/fl_draw.H> #include <FL/x.H> -#include <Fl/FL.H> +#include <FL/Fl.H> #include <FL/math.h> #include <stdlib.h> |
