Corrected forward declaration

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12193 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-03-31 15:21:34 +00:00
parent fcb997860b
commit 370ca4b97c
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class BView;
struct message; struct message;
struct _cmd_key_; struct _cmd_key_;
struct _view_attr_; class ViewAttr;
// BWindow class --------------------------------------------------------------- // BWindow class ---------------------------------------------------------------
class BWindow : public BLooper { class BWindow : public BLooper {