#pragma implementation "sndbase.cpp"
#endif
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include "wx/defs.h"
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;
}