projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for DLL build: wxEvtHandlerArray should be in wxBase as it's used by wxEventLoopB...
[wxWidgets.git]
/
src
/
msw
/
dlmsw.cpp
diff --git
a/src/msw/dlmsw.cpp
b/src/msw/dlmsw.cpp
index 280dab0e281bdf5976cff8e0702f20b161285ff8..9b1e7428fbddc36613d44648388422011269ba1c 100644
(file)
--- a/
src/msw/dlmsw.cpp
+++ b/
src/msw/dlmsw.cpp
@@
-65,7
+65,7
@@
private:
wxDynamicLibrary m_dll;
- DECLARE_NO_COPY_CLASS(wxVersionDLL)
+ wxDECLARE_NO_COPY_CLASS(wxVersionDLL);
};
// class used to create wxDynamicLibraryDetails objects