bleh
This commit is contained in:
parent
dff976ed0e
commit
3ebbb2b3ec
6 changed files with 58 additions and 52 deletions
|
@ -21,6 +21,6 @@ fn GetNowPlaying() -> string {
|
|||
return "No song playing";
|
||||
}
|
||||
|
||||
fn GetOSVersion() -> const char* { return GetMacOSVersion(); }
|
||||
fn GetOSVersion() -> string { return GetMacOSVersion(); }
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue