From 74e8797f5e457aa3df0135f11ea998ad5aba9738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 1 Sep 2009 15:14:57 +0000 Subject: [PATCH] Fixed the build. Axel is probably going to commit the cleaned up header soon. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32893 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/disk_device_manager/KPartition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/kernel/disk_device_manager/KPartition.h b/headers/private/kernel/disk_device_manager/KPartition.h index c831b6a6e0..7ff04da774 100644 --- a/headers/private/kernel/disk_device_manager/KPartition.h +++ b/headers/private/kernel/disk_device_manager/KPartition.h @@ -229,7 +229,7 @@ protected: int32 fReferenceCount; bool fObsolete; char *fPublishedName; - static int32 fNextID; + static int32 sNextID; }; } // namespace DiskDevice