Skip to content

Commit cc08bac

Browse files
committed
cocoa: fix compilation error
1 parent 37d2ff6 commit cc08bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panda/src/cocoadisplay/cocoaGraphicsWindow.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
PT(GraphicsWindowInputDevice) device =
103103
GraphicsWindowInputDevice::pointer_and_keyboard(this, "keyboard_mouse");
104104
_input_devices.push_back(device.p());
105-
_input = move(device);
105+
_input = std::move(device);
106106

107107
CocoaGraphicsPipe *cocoa_pipe;
108108
DCAST_INTO_V(cocoa_pipe, _pipe);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy