X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..813fb2f63a553c957e917ede5f119b021d6ce391:/iokit/Kernel/IORangeAllocator.cpp?ds=sidebyside diff --git a/iokit/Kernel/IORangeAllocator.cpp b/iokit/Kernel/IORangeAllocator.cpp index d8a56aec6..12804d24a 100644 --- a/iokit/Kernel/IORangeAllocator.cpp +++ b/iokit/Kernel/IORangeAllocator.cpp @@ -91,7 +91,7 @@ bool IORangeAllocator::init( IORangeScalar endOfRange, return( true ); } -IORangeAllocator * IORangeAllocator:: withRange( +IORangeAllocator * IORangeAllocator::withRange( IORangeScalar endOfRange, IORangeScalar defaultAlignment, UInt32 capacity,