From dba332c353fab60e637668c2e78eda297eb33ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 18 Jun 2007 08:32:11 +0000 Subject: [PATCH] * compile fix provided by Michael Berg git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21445 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/resedit/ResView.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/resedit/ResView.h b/src/apps/resedit/ResView.h index a9bd922e91..e39978f5c7 100644 --- a/src/apps/resedit/ResView.h +++ b/src/apps/resedit/ResView.h @@ -17,8 +17,10 @@ #include #include "ResourceRoster.h" -class ResView : public BView -{ + +class BMenuBar; + +class ResView : public BView { public: ResView(const BRect &frame, const char *name, const int32 &resize, const int32 &flags,