wxSound();
wxSound(const wxString& fileName, bool isResource = FALSE);
wxSound(int size, const wxByte* data);
- ~wxSound();
+ virtual ~wxSound();
public:
// Create from resource or file
protected:
bool Free();
-
+
bool DoPlay(unsigned flags) const;
private: