summaryrefslogtreecommitdiff
path: root/src/Fl_Grid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Grid.cxx')
-rw-r--r--src/Fl_Grid.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Grid.cxx b/src/Fl_Grid.cxx
index 70baf09b1..9fe90d202 100644
--- a/src/Fl_Grid.cxx
+++ b/src/Fl_Grid.cxx
@@ -39,7 +39,7 @@ class Fl_Grid::Col {
weight_ = 50;
gap_ = -1;
}
- ~Col() {};
+ ~Col() {}
};
// private class Row for row management
@@ -63,7 +63,7 @@ class Fl_Grid::Row {
~Row() {
free_cells();
- };
+ }
// Fl_Grid::Row::free_cells() - free all cells of a row