X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..f5e0b4bc7c729ff41e66fb7894fb1387f860bdb2:/include/wx/paper.h diff --git a/include/wx/paper.h b/include/wx/paper.h index 973a73312d..087eb6d5ce 100644 --- a/include/wx/paper.h +++ b/include/wx/paper.h @@ -20,6 +20,7 @@ #include "wx/event.h" #include "wx/cmndata.h" #include "wx/intl.h" +#include "wx/hashmap.h" /* * Paper type: see defs.h for wxPaperSize enum. @@ -69,7 +70,8 @@ private: DECLARE_DYNAMIC_CLASS(wxPrintPaperType) }; -class WXDLLEXPORT wxStringToPrintPaperTypeHashMap; +WX_DECLARE_STRING_HASH_MAP(wxPrintPaperType*, wxStringToPrintPaperTypeHashMap); + class WXDLLEXPORT wxPrintPaperTypeList; class WXDLLEXPORT wxPrintPaperDatabase