* fix the build of this test

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22599 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2007-10-17 18:21:26 +00:00
parent 8047441723
commit b0e2e12f4f

View File

@ -11,8 +11,10 @@
#include <Window.h>
class PictureTestWindow : public BWindow
{
class BListView;
class BStringView;
class PictureTestWindow : public BWindow {
typedef BWindow Inherited;
public: