X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c559c4b3efb01eceaeeb2a2bbc279cb9367e131c..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/os2/sound.h diff --git a/include/wx/os2/sound.h b/include/wx/os2/sound.h index f19bc3a712..e8fdad5428 100644 --- a/include/wx/os2/sound.h +++ b/include/wx/os2/sound.h @@ -5,7 +5,6 @@ // Author: David Webster // Modified by: // Created: 10/17/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -29,7 +28,7 @@ public: // Create from data bool Create(size_t size, const void* data); - bool IsOk() const { return (m_waveData ? TRUE : FALSE); }; + bool IsOk() const { return (m_waveData ? TRUE : FALSE); } protected: bool Free();