diff --git a/aegisub/src/audio_player_portaudio2.h b/aegisub/src/audio_player_portaudio2.h index c7f049bf9..94127a408 100644 --- a/aegisub/src/audio_player_portaudio2.h +++ b/aegisub/src/audio_player_portaudio2.h @@ -95,7 +95,7 @@ public: void SetVolume(double vol) { volume = vol; } double GetVolume() { return volume; } - wxArrayString GetOutputDevices(wxString favorite=0); + wxArrayString GetOutputDevices(wxString favorite); wxMutex *GetMutex() { return &PAMutex; } };