]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/sound.h
Fix compilation under dll builds. Wrap source files in wxUSE_WEB checks to allow...
[wxWidgets.git] / include / wx / os2 / sound.h
index 2b6c07a54c7541939e5f6105988483a3dd852d60..43d09536ba871a553d8615c62c95658416c6497a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        sound.h
+// Name:        wx/os2/sound.h
 // Purpose:     wxSound class (loads and plays short Windows .wav files).
 //              Optional on non-Windows platforms.
 // Author:      David Webster
@@ -33,7 +33,7 @@ public:
 
 protected:
   bool  Free();
-  
+
   bool  DoPlay(unsigned flags) const;
 
 private: