Added missing definition for dummyExtent constant.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5657 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder 2003-12-12 06:37:58 +00:00
parent 17b66e62ef
commit 8d48c8cffe

View File

@ -12,6 +12,8 @@
#include "PhysicalPartitionAllocator.h"
Udf::extent_address PhysicalPartitionAllocator::dummyExtent;
PhysicalPartitionAllocator::PhysicalPartitionAllocator(uint16 number,
uint32 offset,
Allocator &allocator)