Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/XPDFViewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/XPDFViewer.h')
-rw-r--r--pdf/xpdf/XPDFViewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/XPDFViewer.h b/pdf/xpdf/XPDFViewer.h
index 77875c4..124650a 100644
--- a/pdf/xpdf/XPDFViewer.h
+++ b/pdf/xpdf/XPDFViewer.h
@@ -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,