projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
clear m_aTypes array in Clear() as well (patch 1165866)
[wxWidgets.git]
/
include
/
wx
/
msw
/
sound.h
diff --git
a/include/wx/msw/sound.h
b/include/wx/msw/sound.h
index cdfa05d8d439eaa89dcce022bdc46ad5ce89af59..2e7e5ff48e24db71711d54e6d3273bea0e312428 100644
(file)
--- a/
include/wx/msw/sound.h
+++ b/
include/wx/msw/sound.h
@@
-6,7
+6,7
@@
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence:
wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_SOUND_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_SOUND_H_
@@
-35,12
+35,12
@@
public:
bool Create(int size, const wxByte* data);
bool IsOk() const { return (m_waveData ? true : false); };
bool Create(int size, const wxByte* data);
bool IsOk() const { return (m_waveData ? true : false); };
-
+
static void Stop();
protected:
bool Free();
static void Stop();
protected:
bool Free();
-
+
bool DoPlay(unsigned flags) const;
private:
bool DoPlay(unsigned flags) const;
private: