summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_customaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/cpdfsdk_customaccess.h')
-rw-r--r--fpdfsdk/cpdfsdk_customaccess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/cpdfsdk_customaccess.h b/fpdfsdk/cpdfsdk_customaccess.h
index dabbdf2b39..cc38eb88f4 100644
--- a/fpdfsdk/cpdfsdk_customaccess.h
+++ b/fpdfsdk/cpdfsdk_customaccess.h
@@ -21,6 +21,7 @@ class CPDFSDK_CustomAccess final : public IFX_SeekableReadStream {
private:
explicit CPDFSDK_CustomAccess(FPDF_FILEACCESS* pFileAccess);
+ ~CPDFSDK_CustomAccess() override;
FPDF_FILEACCESS m_FileAccess;
};