From 28863241dcef477b13e921c710f23601da391994 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 18 Nov 2017 02:37:44 -0500 Subject: [PATCH] - fix Apple compile 2 --- src/posix/cocoa/i_video.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/posix/cocoa/i_video.mm b/src/posix/cocoa/i_video.mm index e80ff0ab4..e23fbfb7d 100644 --- a/src/posix/cocoa/i_video.mm +++ b/src/posix/cocoa/i_video.mm @@ -272,6 +272,8 @@ public: static void SetCursor(NSCursor* cursor); static void SetWindowVisible(bool visible); + void I_SetWindowTitle(const char* title); + private: struct ModeIterator {