VMKernelArea: Ensure it's final class
Nobody should derive from it Signed-off-by: Jarosław Pelczar <[email protected]>
This commit is contained in:
committed by
Augustin Cavalier
parent
12aa283408
commit
2b162ce972
@@ -109,7 +109,7 @@ struct VMKernelAddressRangeGetFreeListLink {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
struct VMKernelArea : VMArea, AVLTreeNode {
|
struct VMKernelArea final : VMArea, AVLTreeNode {
|
||||||
VMKernelArea(VMAddressSpace* addressSpace,
|
VMKernelArea(VMAddressSpace* addressSpace,
|
||||||
uint32 wiring, uint32 protection);
|
uint32 wiring, uint32 protection);
|
||||||
~VMKernelArea();
|
~VMKernelArea();
|
||||||
|
|||||||
Reference in New Issue
Block a user