diff options
Diffstat (limited to 'examples/table-simple.cxx')
| -rw-r--r-- | examples/table-simple.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/table-simple.cxx b/examples/table-simple.cxx index b1ad7c140..fb51a31cb 100644 --- a/examples/table-simple.cxx +++ b/examples/table-simple.cxx @@ -111,6 +111,7 @@ public: col_header(1); // enable column headers (along top) col_width_all(80); // default width of columns col_resize(1); // enable column resizing + end(); // end the Fl_Table group } ~MyTable() { } }; |
