diff options
Diffstat (limited to 'src/Fl_Table_Row.cxx')
| -rw-r--r-- | src/Fl_Table_Row.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Fl_Table_Row.cxx b/src/Fl_Table_Row.cxx index 8536c7e44..1acb7e3fd 100644 --- a/src/Fl_Table_Row.cxx +++ b/src/Fl_Table_Row.cxx @@ -1,4 +1,6 @@ // +// "$Id$" +// // Fl_Table_Row -- A row oriented table widget // // A class specializing in a table of rows. @@ -315,3 +317,7 @@ int Fl_Table_Row::handle(int event) { _last_y = Fl::event_y(); return(ret); } + +// +// End of "$Id$". +// |
