X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c42b1de68a5d4b48c00092d9996574bfb8d8a542..90c108964caba82a62602c7eef1268d4bb6e4841:/contrib/src/mmedia/sndbase.cpp diff --git a/contrib/src/mmedia/sndbase.cpp b/contrib/src/mmedia/sndbase.cpp index ccd9882652..ed3ea6ecc7 100644 --- a/contrib/src/mmedia/sndbase.cpp +++ b/contrib/src/mmedia/sndbase.cpp @@ -9,7 +9,7 @@ #pragma implementation "sndbase.cpp" #endif -#include +#include "wx/wxprec.h" #ifndef WX_PRECOMP #include "wx/defs.h" @@ -34,8 +34,8 @@ wxSoundFormatBase::~wxSoundFormatBase() wxSoundFormatBase *wxSoundFormatBase::Clone() const { - wxLogFatalError(wxT("In wxSoundFormatBase::Clone() but I should" - " not be there")); + wxLogFatalError(wxT("In wxSoundFormatBase::Clone() but I should") + wxT(" not be there")); return NULL; }