]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/XPDFViewer.h
Import of Xpdf 2.01 for merge
[evince.git] / pdf / xpdf / XPDFViewer.h
index 77875c4163bbc1d6bafc47f3a556ce519722c610..124650ada30526b3f22695e57bcf578111790eea 100644 (file)
@@ -46,6 +46,7 @@ public:
 
   void open(GString *fileName, int pageA, GString *destName);
   void clear();
+  void reloadFile();
 
   Widget getWindow() { return win; }
 
@@ -54,7 +55,6 @@ private:
   //----- load / display
   GBool loadFile(GString *fileName, GString *ownerPassword = NULL,
                 GString *userPassword = NULL);
-  void reloadFile();
   void displayPage(int pageA, int zoomA, int rotateA,
                    GBool scrollToTop, GBool addToHist);
   void displayDest(LinkDest *dest, int zoomA, int rotateA,