From 8f64353e90d5dde2c9b50549e5548d6b14b51bfd Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 26 Oct 2004 15:11:33 +0000 Subject: [PATCH] made parseFile() public. --- pdf2swf/xpdf/GlobalParams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.7.10.4