Don't initalise favorite to 0 (it's a a wxString).

Originally committed to SVN as r2799.
This commit is contained in:
Amar Takhar 2009-04-15 20:11:53 +00:00
parent 96a33b1331
commit d689a486c0

View file

@ -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; }
};