diff --git a/Boolean_set_operations_2/demo/Boolean_set_operations_2/boolean_operations_2.cpp b/Boolean_set_operations_2/demo/Boolean_set_operations_2/boolean_operations_2.cpp index 56789012979..7ef014b5b72 100644 --- a/Boolean_set_operations_2/demo/Boolean_set_operations_2/boolean_operations_2.cpp +++ b/Boolean_set_operations_2/demo/Boolean_set_operations_2/boolean_operations_2.cpp @@ -160,7 +160,7 @@ void Qt_layer_show_ch::draw() widget->get_painter().setRasterOp(old_rasterop); widget->setFilled (false); widget->unlock(); // widget have to be unlocked when finished drawing -}; +} /* The QMainWindow class provides a main application window, * with a menu bar, dock windows (e.g. for toolbars), and a status bar @@ -419,10 +419,10 @@ MyWindow::MyWindow(int w, int h) : red_set.clear(); blue_set.clear(); res_set.clear(); -}; +} -void MyWindow::something_changed(){current_state++;}; +void MyWindow::something_changed(){current_state++;} /*not necessary if rado toggle is not const void change_grp_color(int color) { if (color == 1)