Author: greg.ercolano
Date: 2011-01-08 10:41:47 -0800 (Sat, 08 Jan 2011)
New Revision: 8220
Log:
Example was missing end() in ctor.
Modified:
branches/branch-1.3/examples/table-simple.cxx
Modified: branches/branch-1.3/examples/table-simple.cxx
===================================================================
--- branches/branch-1.3/examples/table-simple.cxx 2011-01-08 16:31:55 UTC
(rev 8219)
+++ branches/branch-1.3/examples/table-simple.cxx 2011-01-08 18:41:47 UTC
(rev 8220)
@@ -111,6 +111,7 @@
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() { }
};
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit