projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it...
[wxWidgets.git]
/
include
/
wx
/
paper.h
diff --git
a/include/wx/paper.h
b/include/wx/paper.h
index 1f26fbd102632a0bbbefc251b42e439c4c79a714..2d2bf3f7b5e6cd68dc2c7be908ec1f80bd84a991 100644
(file)
--- a/
include/wx/paper.h
+++ b/
include/wx/paper.h
@@
-68,7
+68,7
@@
private:
WX_DECLARE_STRING_HASH_MAP(wxPrintPaperType*, wxStringToPrintPaperTypeHashMap);
-class WXDLL
EXPORT
wxPrintPaperTypeList;
+class WXDLL
IMPEXP_FWD_CORE
wxPrintPaperTypeList;
class WXDLLEXPORT wxPrintPaperDatabase
{