From: kramm Date: Tue, 26 Oct 2004 15:11:33 +0000 (+0000) Subject: made parseFile() public. X-Git-Tag: release-0-6-3~258 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=8f64353e90d5dde2c9b50549e5548d6b14b51bfd;hp=dd42f84a119354d04bdf5608b1902c68c02c2108;p=swftools.git made parseFile() public. --- 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);