]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/sound.h
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / include / wx / os2 / sound.h
index f19bc3a712cc0de0a53737168c17f29907c7d973..b409029e8be8ade4d43e18f09d8d3cf5d3820ab7 100644 (file)
@@ -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();