Minor tweak to hide/show tracking

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2769 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2003-02-20 00:59:41 +00:00
parent 73574809d0
commit 028f9f9235

View File

@ -97,7 +97,7 @@ protected:
PortLink *_winlink,*_applink;
BLocker _locker;
BRect _frame;
uint8 _hidecount;
bool _hidecount;
uint32 _token;
};