friend is bad. Protected, even.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14785 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-11-08 23:48:13 +00:00
parent e3343885bb
commit e16b3f2972
2 changed files with 0 additions and 6 deletions

View File

@ -1,4 +0,0 @@
#ifndef _GLOBALS_H_
#define _GLOBALS_H_
#endif

View File

@ -130,8 +130,6 @@ class WinBorder : public Layer {
void set_decorator_region(BRect frame);
virtual void _ReserveRegions(BRegion &reg);
protected:
friend class Layer;
friend class RootLayer;
click_type _ActionFor(const BMessage *msg) const;