From 98148bd6c57517bd10d7dac5f89a3d0ea9cc3a0b Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Fri, 12 Oct 2007 22:47:42 +0000 Subject: [PATCH] * this should fix the build on gcc4 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22524 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/storage/Partition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/private/storage/Partition.h b/headers/private/storage/Partition.h index 04374ed76f..7e60550563 100644 --- a/headers/private/storage/Partition.h +++ b/headers/private/storage/Partition.h @@ -16,6 +16,7 @@ class BDiskDevice; class BDiskDeviceParameterEditor; class BDiskDeviceVisitor; class BDiskSystem; +class BMutablePartition; class BPartitioningInfo; class BPath; class BVolume; @@ -170,6 +171,7 @@ private: friend class BDiskDevice; friend class BDiskSystem; + friend class BMutablePartition; BDiskDevice *fDevice; BPartition *fParent;