Skip to content

Commit

Permalink
Fix C++ build
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Jan 29, 2025
1 parent cd6ef73 commit c134d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pub struct ItemVTable {

pub bounding_rect: extern "C" fn(
core::pin::Pin<VRef<ItemVTable>>,
window_adapter: &Rc<dyn WindowAdapter>,
window_adapter: &WindowAdapterRc,
self_rc: &ItemRc,
geometry: LogicalRect,
) -> LogicalRect,
Expand Down

0 comments on commit c134d34

Please sign in to comment.