summaryrefslogtreecommitdiff
path: root/libvtv/testsuite/parts-test-extra-parts-views.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvtv/testsuite/parts-test-extra-parts-views.h')
-rw-r--r--libvtv/testsuite/parts-test-extra-parts-views.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libvtv/testsuite/parts-test-extra-parts-views.h b/libvtv/testsuite/parts-test-extra-parts-views.h
new file mode 100644
index 00000000000..0784c0ecdaa
--- /dev/null
+++ b/libvtv/testsuite/parts-test-extra-parts-views.h
@@ -0,0 +1,14 @@
+#ifndef _EXTRA_PARTS_VIEWS_H_
+#define _EXTRA_PARTS_VIEWS_H_
+
+#include "parts-test-extra-parts.h"
+
+class ExtraPartsViews : public ExtraParts {
+ public:
+ ExtraPartsViews ();
+ virtual ~ExtraPartsViews ();
+
+ virtual void ToolkitInitialized ();
+};
+
+#endif /* _EXTRA_PARTS_VIEWS_H_ */