X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92a19c2e7757ba742846f83e56356de0a607bdc2..485cd20763bbd61a70295f270a7add9949433e1f:/contrib/src/mmedia/sndbase.cpp?ds=sidebyside 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; }