X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2FGlobalParams.h;fp=pdf2swf%2Fxpdf%2FGlobalParams.h;h=75acea26a755820aa49e18a39f64c34697dd702a;hb=8f64353e90d5dde2c9b50549e5548d6b14b51bfd;hp=93ec06aa7d77041d90b44a47a0a3df929ad3a672;hpb=dd42f84a119354d04bdf5608b1902c68c02c2108;p=swftools.git diff --git a/pdf2swf/xpdf/GlobalParams.h b/pdf2swf/xpdf/GlobalParams.h index 93ec06a..75acea2 100644 --- a/pdf2swf/xpdf/GlobalParams.h +++ b/pdf2swf/xpdf/GlobalParams.h @@ -198,10 +198,10 @@ public: void setMapNumericCharNames(GBool map); void setPrintCommands(GBool printCommandsA); void setErrQuiet(GBool errQuietA); + void parseFile(GString *fileName, FILE *f); private: - void parseFile(GString *fileName, FILE *f); void parseNameToUnicode(GList *tokens, GString *fileName, int line); void parseCIDToUnicode(GList *tokens, GString *fileName, int line); void parseUnicodeToUnicode(GList *tokens, GString *fileName, int line);