فهرست منبع

UI: Add missing function declaration

This broke the build, but due to an issue with CI this was not caught by
CI.
Theodore Dubois 5 سال پیش
والد
کامیت
c5b0da7d13
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      UI/platform.hpp

+ 1 - 0
UI/platform.hpp

@@ -65,4 +65,5 @@ RunOnceMutex GetRunOnceMutex(bool &already_running);
 #ifdef __APPLE__
 #ifdef __APPLE__
 void EnableOSXVSync(bool enable);
 void EnableOSXVSync(bool enable);
 void EnableOSXDockIcon(bool enable);
 void EnableOSXDockIcon(bool enable);
+void InstallNSApplicationSubclass();
 #endif
 #endif