aboutsummaryrefslogtreecommitdiff
path: root/kapi/kapi/devices/bus.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'kapi/kapi/devices/bus.hpp')
-rw-r--r--kapi/kapi/devices/bus.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kapi/kapi/devices/bus.hpp b/kapi/kapi/devices/bus.hpp
index aaca462a..476216c7 100644
--- a/kapi/kapi/devices/bus.hpp
+++ b/kapi/kapi/devices/bus.hpp
@@ -59,7 +59,7 @@ namespace kapi::devices
protected:
//! All busses have the "bus" facet.
- auto query_facet(kapi::capabilities::facet_id facet) -> void * override;
+ auto query_facet(kapi::capabilities::facet_id facet) -> kstd::observer_ptr<void> override;
private:
auto do_remove_child(device & child) -> void;