compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
dd672d67bd
commit
2bbb6f0f31
@ -55,7 +55,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxCDAudioLinux, wxCDAudio)
|
||||
wxCDAudioLinux::wxCDAudioLinux()
|
||||
: wxCDAudio(), m_fd(-1)
|
||||
{
|
||||
OpenDevice("/dev/cdrom");
|
||||
OpenDevice(wxT("/dev/cdrom"));
|
||||
}
|
||||
|
||||
wxCDAudioLinux::wxCDAudioLinux(const wxString& dev_name)
|
||||
|
Loading…
Reference in New Issue
Block a user