diff --git a/examples/table-sort.cxx b/examples/table-sort.cxx index 44a8f06d6..290d61352 100644 --- a/examples/table-sort.cxx +++ b/examples/table-sort.cxx @@ -34,7 +34,7 @@ // #include -#include +#include #include #include @@ -269,7 +269,7 @@ void MyTable::event_callback2() { } int main() { - Fl_Window win(900,500,"Table Sorting"); + Fl_Double_Window win(900,500,"Table Sorting"); MyTable table(MARGIN, MARGIN, win.w()-MARGIN*2, win.h()-MARGIN*2); table.selection_color(FL_YELLOW); table.col_header(1);