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