Added BDiskDeviceList as friend.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2764 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-02-20 00:22:09 +00:00
parent 4a841e49e7
commit 7685055798
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -79,6 +79,7 @@ private:
void _SetSession(BSession *session);
private:
friend class BDiskDeviceList;
friend class BSession;
BSession *fSession;