projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxSplitterWindow mouse capture improvements and cleanup.
[wxWidgets.git]
/
src
/
msw
/
sound.cpp
diff --git
a/src/msw/sound.cpp
b/src/msw/sound.cpp
index 788f3e63d367e12dc416753306fa57987ade423c..1996676888ca4575dcc03ac2c02d3fd9a1ce86f1 100644
(file)
--- a/
src/msw/sound.cpp
+++ b/
src/msw/sound.cpp
@@
-70,7
+70,7
@@
private:
GlobalPtr m_waveData;
GlobalPtrLock m_waveDataPtr;
GlobalPtr m_waveData;
GlobalPtrLock m_waveDataPtr;
- DECLARE_NO_COPY_CLASS(wxSoundDataMemory)
+ wxDECLARE_NO_COPY_CLASS(wxSoundDataMemory);
};
// class for sound files and resources
};
// class for sound files and resources
@@
-90,7
+90,7
@@
private:
const wxString m_name;
const bool m_isResource;
const wxString m_name;
const bool m_isResource;
- DECLARE_NO_COPY_CLASS(wxSoundDataFile)
+ wxDECLARE_NO_COPY_CLASS(wxSoundDataFile);
};
// ============================================================================
};
// ============================================================================