added new function finishPage(), to be called after links are processed
[swftools.git] / lib / pdf / CommonOutputDev.h
index 746bc71..9a024c1 100644 (file)
@@ -37,5 +37,6 @@ class CommonOutputDev: public OutputDev
     virtual void setParameter(const char*key, const char*value) = 0;
   
     virtual void preparePage(int pdfpage, int outputpage) = 0;
+    virtual void finishPage() {};
 };
 #endif //__deviceinterface_h__