mirror of https://github.com/CGAL/cgal
maybe I had already fixed this error
This commit is contained in:
parent
1bccfd43a3
commit
d6f61b3114
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue