]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/mmedia/sndcpcm.cpp
Towards other setups.
[wxWidgets.git] / contrib / src / mmedia / sndcpcm.cpp
index 9f4e56c0f0217c2def07834c1507b4845b472606..8627e4561767cdd84e4e78acaec6e9d9bfc02dbd 100644 (file)
@@ -6,9 +6,6 @@
 // CVSID: $Id$
 // wxWindows licence
 // --------------------------------------------------------------------------
-#ifdef __GNUG__
-#pragma implementation "sndcpcm.cpp"
-#endif
 
 #include "wx/wxprec.h"
 
@@ -377,7 +374,7 @@ bool wxSoundStreamPcm::SetSoundFormat(const wxSoundFormatBase& format)
     if (m_prebuffer)
         delete[] m_prebuffer;
 
-    // We try to minimize the need of dynamic memory allocation by preallocating a buffer. But
+    // We try to minimize the need for dynamic memory allocation by preallocating a buffer. But
     // to be sure it will be efficient we minimize the best size.
     if (m_multiplier_in < m_multiplier_out) {
         m_prebuffer_size = (wxUint32)(m_sndio->GetBestSize() *