diff options
| author | Manolo Gouy <Manolo> | 2018-06-26 13:43:18 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-06-26 13:43:18 +0000 |
| commit | 7ebe8e21b0c8d4c229d192c0be66e49c7b78ed00 (patch) | |
| tree | 3554fe1b0e73fa11b558ac6903de42ae7dca621f /src/Fl_Menu_Window.cxx | |
| parent | 17b6e87bb7c50a5a1b5f1a5b4862f1f117cb211a (diff) | |
Move Fl_Window_Driver.H from FL/ to src/
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12974 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Menu_Window.cxx')
| -rw-r--r-- | src/Fl_Menu_Window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Menu_Window.cxx b/src/Fl_Menu_Window.cxx index 2010295fd..c6a04ad16 100644 --- a/src/Fl_Menu_Window.cxx +++ b/src/Fl_Menu_Window.cxx @@ -24,7 +24,7 @@ // can be used to dismiss the menus. #include <FL/Fl_Menu_Window.H> -#include <FL/Fl_Window_Driver.H> +#include "Fl_Window_Driver.H" void Fl_Menu_Window::show() { Fl_Window_Driver::driver(this)->show_menu(); |
