X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FObject.h;h=305d28a3e71a048cb13723afc0a829a706269236;hb=2610a3462d1ac3f20cba8f16dd07cba8a8c2fbef;hp=395096fb009e318bf8387f011569f12a378cd0fc;hpb=d9f9a6449f377b4c933b75d57541b19c6d088994;p=evince.git diff --git a/pdf/xpdf/Object.h b/pdf/xpdf/Object.h index 395096fb..305d28a3 100644 --- a/pdf/xpdf/Object.h +++ b/pdf/xpdf/Object.h @@ -18,6 +18,7 @@ #include "gtypes.h" #include "gmem.h" #include "GString.h" +#include "BaseFile.h" class Array; class Dict; @@ -177,7 +178,7 @@ public: char *streamGetLine(char *buf, int size); int streamGetPos(); void streamSetPos(int pos); - FILE *streamGetFile(); + BaseFile streamGetFile(); Dict *streamGetDict(); // Output. @@ -290,7 +291,7 @@ inline int Object::streamGetPos() inline void Object::streamSetPos(int pos) { stream->setPos(pos); } -inline FILE *Object::streamGetFile() +inline BaseFile Object::streamGetFile() { return stream->getFile(); } inline Dict *Object::streamGetDict()