projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use GtkComboBox instead of deprecated GtkOptionMenu for wxChoice; this also allows...
[wxWidgets.git]
/
include
/
wx
/
hashset.h
diff --git
a/include/wx/hashset.h
b/include/wx/hashset.h
index fb423ee11ef1a83f985120e19a2ccb92963ebb56..1be24e907b4f80c571029599cf1615c92e3a5284 100644
(file)
--- a/
include/wx/hashset.h
+++ b/
include/wx/hashset.h
@@
-98,7
+98,7
@@
public: \
#define WX_DECLARE_EXPORTED_HASH_SET( KEY_T, HASH_T, KEY_EQ_T, CLASSNAME) \
WX_DECLARE_HASH_SET_WITH_DECL( KEY_T, HASH_T, KEY_EQ_T, \
- CLASSNAME, class WXDLL
EXPORT
)
+ CLASSNAME, class WXDLL
IMPEXP_CORE
)
// delete all hash elements
//