X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92a19c2e7757ba742846f83e56356de0a607bdc2..90c108964caba82a62602c7eef1268d4bb6e4841:/contrib/src/mmedia/sndbase.cpp diff --git a/contrib/src/mmedia/sndbase.cpp b/contrib/src/mmedia/sndbase.cpp index e331e0edce..ed3ea6ecc7 100644 --- a/contrib/src/mmedia/sndbase.cpp +++ b/contrib/src/mmedia/sndbase.cpp @@ -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; }