diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-06 15:49:29 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-06 15:49:29 +0000 |
| commit | 3924b60442272451c6c5518c336e4c6f0b91afcd (patch) | |
| tree | c02e824ab2f138d72f9d4926f16fd9ac74de7096 /fluid/Fl_Window_Type.cxx | |
| parent | f68b51a3f78922c547447db294fee8577447206a (diff) | |
Fixed another #include...
git-svn-id: file:///fltk/svn/fltk/trunk@135 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Window_Type.cxx')
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 89be0f1e6..817b2e23b 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window_Type.cxx,v 1.10 1998/12/06 15:09:16 mike Exp $" +// "$Id: Fl_Window_Type.cxx,v 1.11 1998/12/06 15:49:29 mike Exp $" // // Window type code for the Fast Light Tool Kit (FLTK). // @@ -232,7 +232,7 @@ void Fl_Window_Type::open() { } // control panel items: -#include "widget_panel.H" +#include "widget_panel.h" void modal_cb(Fl_Light_Button* i, void* v) { if (v == LOAD) { @@ -697,5 +697,5 @@ int Fl_Window_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Window_Type.cxx,v 1.10 1998/12/06 15:09:16 mike Exp $". +// End of "$Id: Fl_Window_Type.cxx,v 1.11 1998/12/06 15:49:29 mike Exp $". // |
