X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2FDict.h;h=e392645dccf6d16d59d0f84aabda2f998bb2ee08;hb=c5bb8d44443b6e3ec61dfcb26f8ca81dcb4e260f;hp=cfc64d3b22bacd9dce14b8634ecf8f2b3ed33750;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git diff --git a/pdf2swf/xpdf/Dict.h b/pdf2swf/xpdf/Dict.h index cfc64d3..e392645 100644 --- a/pdf2swf/xpdf/Dict.h +++ b/pdf2swf/xpdf/Dict.h @@ -64,6 +64,10 @@ private: int ref; // reference count DictEntry *find(char *key); + +public: + void dumpEntries(); + }; #endif