diff options
Diffstat (limited to 'Kernel/Graphics/Intel/NativeGraphicsAdapter.h')
-rw-r--r-- | Kernel/Graphics/Intel/NativeGraphicsAdapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Graphics/Intel/NativeGraphicsAdapter.h b/Kernel/Graphics/Intel/NativeGraphicsAdapter.h index 6db51e8005..f71a097bd0 100644 --- a/Kernel/Graphics/Intel/NativeGraphicsAdapter.h +++ b/Kernel/Graphics/Intel/NativeGraphicsAdapter.h @@ -105,7 +105,7 @@ private: }; public: - static RefPtr<IntelNativeGraphicsAdapter> initialize(PCI::Address); + static RefPtr<IntelNativeGraphicsAdapter> initialize(PCI::DeviceIdentifier const&); private: explicit IntelNativeGraphicsAdapter(PCI::Address); |