fix for gcc 3

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3842 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shadow303 2003-07-04 21:02:56 +00:00
parent 914ab8f76f
commit 603aaee5fc
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ private:
friend class BBitmap;
friend class BScrollBar;
friend class BPrivateScreen;
friend BPrivate::BAppServerLink;
friend class BPrivate::BAppServerLink;
friend void _toggle_handles_(bool);
BApplication(uint32 signature);