X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c559c4b3efb01eceaeeb2a2bbc279cb9367e131c..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/os2/sound.h diff --git a/include/wx/os2/sound.h b/include/wx/os2/sound.h index f19bc3a712..b409029e8b 100644 --- a/include/wx/os2/sound.h +++ b/include/wx/os2/sound.h @@ -29,7 +29,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();