Fix build

This commit is contained in:
Svetlana Kulikova
2024-04-17 13:04:55 +03:00
parent c859b5c440
commit a782d26621

View File

@ -54,7 +54,7 @@ public:
int GetPagesCount() { return 0; }
int GetRotate(int nPageIndex) { return 0; }
void GetPageInfo(int nPageIndex, double* pdWidth, double* pdHeight, double* pdDpiX, double* pdDpiY) {}
bool EditPage() { return false; }
bool IsEditPage() { return false; }
void AddShapeXML(const std::string& sXML) {}
void EndMarkedContent() {}
};