Duncan McIntyre / SimpleGUI

Dependents:   TouchScreenGUIDemo

Revision:
15:e69fd74d42e4
Parent:
12:63db16fea709
Child:
18:d849f3ada858
--- a/Events/EventListener.h	Sat May 21 16:36:02 2016 +0000
+++ b/Events/EventListener.h	Sat May 21 18:02:20 2016 +0000
@@ -19,7 +19,7 @@
     void setEventHandler(EventHandler *handler);
     void unsetEventHandler(EventHandler* handler);
 
-private:
+protected:
 
     LinkedList<EventHandler> _handlers;
 };