X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d19d1899fcb9a8ddb0930bc7707ee85f1ba59c5c..5cf1cb1006d6b5762d96c07ee3892883607460c7:/contrib/src/mmedia/cdunix.cpp?ds=inline diff --git a/contrib/src/mmedia/cdunix.cpp b/contrib/src/mmedia/cdunix.cpp index 05b6dd070b..17fab7bac5 100644 --- a/contrib/src/mmedia/cdunix.cpp +++ b/contrib/src/mmedia/cdunix.cpp @@ -8,9 +8,6 @@ // CVS Id: $Id$ // License: wxWindows license //////////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "cdunix.h" -#endif #include "wx/wxprec.h" @@ -80,7 +77,7 @@ void wxCDAudioLinux::OpenDevice(const wxString& dev_name) struct cdrom_tocentry entry, old_entry; struct cdrom_tochdr diskinf; struct cdrom_msf0 *msf = &entry.cdte_addr.msf, - *old_msf = &old_entry.cdte_addr.msf; + *old_msf = &old_entry.cdte_addr.msf; wxCDtime *the_track; wxCDtime tot_tm; wxUint8 nb_tracks, i;