mirror of https://github.com/odrling/Aegisub
Don't initalise favorite to 0 (it's a a wxString).
Originally committed to SVN as r2799.
This commit is contained in:
parent
96a33b1331
commit
d689a486c0
|
@ -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; }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue