diff --git a/Packages/Kinetic_data_structures/examples/Kinetic_data_structures/listener.C b/Packages/Kinetic_data_structures/examples/Kinetic_data_structures/listener.C index 3378b296454..0b4a593a5f6 100644 --- a/Packages/Kinetic_data_structures/examples/Kinetic_data_structures/listener.C +++ b/Packages/Kinetic_data_structures/examples/Kinetic_data_structures/listener.C @@ -3,12 +3,9 @@ struct Notifier: public CGAL::KDS::Ref_counted { +public: Notifier(): data_(0), listener_(NULL){} -private: - - -public: struct Listener_interface { typedef enum Notification_type {DATA_CHANGED}