cleanup extra ';'

This commit is contained in:
Marc Glisse 2010-04-24 09:25:11 +00:00
parent b7b1701ad7
commit 8f3d2b6785
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Tools_toolbar::Tools_toolbar(CGAL::Qt_widget *w,
&input_line, SLOT(stateChanged(int)));
connect(but[3], SIGNAL(stateChanged(int)),
&input_polygon, SLOT(stateChanged(int)));
};
}
#include "Qt_widget_toolbar.moc"