projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
we don't need to use select() in DoWait() if we're receiving notifications about...
[wxWidgets.git]
/
include
/
wx
/
dynload.h
diff --git
a/include/wx/dynload.h
b/include/wx/dynload.h
index b754dee03fed44e344196df460ee6557213710a9..d4c710d9402cbb6860cf8476b9494aa85ee60952 100644
(file)
--- a/
include/wx/dynload.h
+++ b/
include/wx/dynload.h
@@
-25,7
+25,7
@@
#include "wx/hashmap.h"
#include "wx/module.h"
#include "wx/hashmap.h"
#include "wx/module.h"
-class WXDLLIMPEXP_BASE wxPluginLibrary;
+class WXDLLIMPEXP_
FWD_
BASE wxPluginLibrary;
WX_DECLARE_STRING_HASH_MAP_WITH_DECL(wxPluginLibrary *, wxDLManifest,
WX_DECLARE_STRING_HASH_MAP_WITH_DECL(wxPluginLibrary *, wxDLManifest,
@@
-82,8
+82,8
@@
public:
private:
private:
-
wxClassInfo *m_before;
// sm_first before loading this lib
-
wxClassInfo *m_after;
// ..and after.
+
const wxClassInfo *m_before;
// sm_first before loading this lib
+
const wxClassInfo *m_after;
// ..and after.
size_t m_linkcount; // Ref count of library link calls
size_t m_objcount; // ..and (pluggable) object instantiations.
size_t m_linkcount; // Ref count of library link calls
size_t m_objcount; // ..and (pluggable) object instantiations.