Retro68/gcc/libvtv/testsuite/libvtv.cc/event-private.h

8 lines
105 B
C
Raw Normal View History

2014-09-21 17:33:12 +00:00
#include "event.h"
class PrivateEvent: public Event {
public:
PrivateEvent();
~PrivateEvent ();
};