mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
UI/AppKit: Fix template keyword misuse causing Mac build failure
This commit is contained in:
parent
19961e2b45
commit
7c8d16ffca
Notes:
github-actions[bot]
2025-03-01 13:36:55 +00:00
Author: https://github.com/silvanocerza 🔰
Commit: 7c8d16ffca
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3750
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ static void copy_data_to_clipboard(StringView data, NSPasteboardType pasteboard_
|
|||
if (self == nil) {
|
||||
return;
|
||||
}
|
||||
cursor.template visit(
|
||||
cursor.visit(
|
||||
[](Gfx::ImageCursor const& image_cursor) {
|
||||
auto* cursor_image = Ladybird::gfx_bitmap_to_ns_image(*image_cursor.bitmap.bitmap());
|
||||
auto hotspot = Ladybird::gfx_point_to_ns_point(image_cursor.hotspot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue