Fix gcc.c-torture/execute/ieee/cdivchkf.c on hpux
[official-gcc.git] / libvtv / testsuite / libvtv.cc / parts-test-extra-parts-views.h
blob0784c0ecdaad9ecca11672090749ce6b76d40a5f
1 #ifndef _EXTRA_PARTS_VIEWS_H_
2 #define _EXTRA_PARTS_VIEWS_H_
4 #include "parts-test-extra-parts.h"
6 class ExtraPartsViews : public ExtraParts {
7 public:
8 ExtraPartsViews ();
9 virtual ~ExtraPartsViews ();
11 virtual void ToolkitInitialized ();
14 #endif /* _EXTRA_PARTS_VIEWS_H_ */