X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c559c4b3efb01eceaeeb2a2bbc279cb9367e131c..94248d2ed19bb207a49cf1a5bd9bfea0fd04760b:/include/wx/palmos/sound.h diff --git a/include/wx/palmos/sound.h b/include/wx/palmos/sound.h index 279e70687f..c76063757c 100644 --- a/include/wx/palmos/sound.h +++ b/include/wx/palmos/sound.h @@ -30,7 +30,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); } static void Stop();