diff --git a/Kinetic_data_structures/include/CGAL/Kinetic/Enclosing_box_2.h b/Kinetic_data_structures/include/CGAL/Kinetic/Enclosing_box_2.h index a89b8ddde9f..cab5cb42552 100644 --- a/Kinetic_data_structures/include/CGAL/Kinetic/Enclosing_box_2.h +++ b/Kinetic_data_structures/include/CGAL/Kinetic/Enclosing_box_2.h @@ -72,7 +72,7 @@ class Enclosing_box_2: public Ref_counted > typedef typename Traits::Kinetic_kernel Kinetic_kernel; typedef typename Traits::Active_points_2_table Active_points_2_table; - CGAL_KINETIC_DECLARE_AOT_LISTENER(typename Active_points_2_table); + CGAL_KINETIC_DECLARE_AOT_LISTENER(typename Active_points_2_table) //typedef typename CGAL::Kinetic::Active_objects_listener_helper Active_points_2_table_listener; //friend class CGAL::Kinetic::Active_objects_listener_helper; @@ -100,7 +100,7 @@ public: CGAL_LOG(Log::SOME, "Constructed box with sides [" << bounds_[LEFT] << "..." << bounds_[RIGHT] << "]x[" << bounds_[BOTTOM] << "..." << bounds_[TOP] << "]" << std::endl); CGAL_KINETIC_INITIALIZE_AOT_LISTENER(tr.active_points_2_table_handle()); - }; + } ~Enclosing_box_2() { for (typename std::map::iterator it= certs_.begin(); it!= certs_.end(); ++it) { diff --git a/Kinetic_data_structures/include/CGAL/Kinetic/IO/Qt_moving_points_2.h b/Kinetic_data_structures/include/CGAL/Kinetic/IO/Qt_moving_points_2.h index 6f5209c41ef..517e050f58e 100644 --- a/Kinetic_data_structures/include/CGAL/Kinetic/IO/Qt_moving_points_2.h +++ b/Kinetic_data_structures/include/CGAL/Kinetic/IO/Qt_moving_points_2.h @@ -52,7 +52,7 @@ protected: // friend class CGAL::Kinetic::Simulator_objects_listener; typedef typename Traits::Static_kernel::FT NT; //class Guil; - CGAL_KINETIC_LISTEN1(Simulator, DIRECTION_OF_TIME, reverse_time()); + CGAL_KINETIC_LISTEN1(Simulator, DIRECTION_OF_TIME, reverse_time()) public: //typedef typename CGAL::Ref_counted_pointer Pointer; //typedef typename CGAL::Const_ref_counted_pointer Const_handle; @@ -133,7 +133,7 @@ public: }*/ protected: - CGAL_KINETIC_LISTEN1(GUI,PICTURE_IS_VALID, draw()); + CGAL_KINETIC_LISTEN1(GUI,PICTURE_IS_VALID, draw()) /*class Guil: public Gui_listener { typedef Gui_listener P; diff --git a/Kinetic_data_structures/include/CGAL/Kinetic/IO/Qt_triangulation_2.h b/Kinetic_data_structures/include/CGAL/Kinetic/IO/Qt_triangulation_2.h index a9f17e7d9d5..bbe593794f1 100644 --- a/Kinetic_data_structures/include/CGAL/Kinetic/IO/Qt_triangulation_2.h +++ b/Kinetic_data_structures/include/CGAL/Kinetic/IO/Qt_triangulation_2.h @@ -45,7 +45,7 @@ class Qt_triangulation_2: public Ref_counted Listener; friend class Multi_listener;*/ - CGAL_KINETIC_LISTEN1(Qt_widget, PICTURE_IS_CURRENT, draw()); - CGAL_KINETIC_LISTEN1(Graphical_base, CURRENT_TIME, widget().set_picture_is_current(false)); + CGAL_KINETIC_LISTEN1(Qt_widget, PICTURE_IS_CURRENT, draw()) + CGAL_KINETIC_LISTEN1(Graphical_base, CURRENT_TIME, widget().set_picture_is_current(false)) - CGAL_KINETIC_MULTILISTENER1(PICTURE_IS_VALID); + CGAL_KINETIC_MULTILISTENER1(PICTURE_IS_VALID) public: typedef Simulator_t Simulator; //typedef Const_ref_counted_pointer Const_point;