diff options
Diffstat (limited to 'libvtv/testsuite/libvtv.cc/event-private.h')
-rw-r--r-- | libvtv/testsuite/libvtv.cc/event-private.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libvtv/testsuite/libvtv.cc/event-private.h b/libvtv/testsuite/libvtv.cc/event-private.h new file mode 100644 index 00000000000..678ab5f68af --- /dev/null +++ b/libvtv/testsuite/libvtv.cc/event-private.h @@ -0,0 +1,7 @@ +#include "event.h" + +class PrivateEvent: public Event { + public: + PrivateEvent(); + ~PrivateEvent (); +}; |