maybe I had already fixed this error

This commit is contained in:
Daniel Russel 2006-01-28 18:15:48 +00:00
parent 1bccfd43a3
commit d6f61b3114
1 changed files with 1 additions and 4 deletions

View File

@ -3,12 +3,9 @@
struct Notifier: public CGAL::KDS::Ref_counted<Notifier>
{
public:
Notifier(): data_(0), listener_(NULL){}
private:
public:
struct Listener_interface
{
typedef enum Notification_type {DATA_CHANGED}