diff --git a/aegisub/reporter/platform.cpp b/aegisub/reporter/platform.cpp index b336e15c7..78e123076 100644 --- a/aegisub/reporter/platform.cpp +++ b/aegisub/reporter/platform.cpp @@ -118,6 +118,8 @@ wxString Platform::DesktopEnvironment() { return ""; } +#ifdef __APPLE__ + wxString Platform::PatchLevel() { return ""; } @@ -129,3 +131,5 @@ wxString Platform::QuickTimeExt() { wxString Platform::HardwareModel() { return ""; } + +#endif