]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/sound.h
Implement best size calculation for report mode wxListCtrl.
[wxWidgets.git] / include / wx / palmos / sound.h
index 279e70687fd3bc3f833d5bba62bca35895b00c47..c76063757c8af15ad81dae2437b6ddac223afca9 100644 (file)
@@ -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();