Allow derived classes to access the member variables.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22399 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-10-01 18:39:02 +00:00
parent 21873fffb3
commit 1221a4f200

View File

@ -148,7 +148,7 @@ public:
inline operator bool() const { return fLocked; }
private:
protected:
Lockable *fLockable;
bool fLocked;
Locking fLocking;