mirror of https://github.com/odrling/Aegisub
Fix breakage due to OS X support, introduced by one of the last commits
Originally committed to SVN as r3590.
This commit is contained in:
parent
d64f10faa9
commit
9230d5360a
|
@ -118,6 +118,8 @@ wxString Platform::DesktopEnvironment() {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
|
||||||
wxString Platform::PatchLevel() {
|
wxString Platform::PatchLevel() {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
@ -129,3 +131,5 @@ wxString Platform::QuickTimeExt() {
|
||||||
wxString Platform::HardwareModel() {
|
wxString Platform::HardwareModel() {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue