diff options
Diffstat (limited to 'src/odr-padenc.h')
-rw-r--r-- | src/odr-padenc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odr-padenc.h b/src/odr-padenc.h index 10e2cae..d1ad016 100644 --- a/src/odr-padenc.h +++ b/src/odr-padenc.h @@ -114,6 +114,7 @@ protected: virtual int Encode() = 0; int EncodeSlide(bool skip_if_already_queued); int EncodeLabel(bool skip_if_already_queued); + static int CheckRereadFile(const std::string& type, const std::string& path); public: virtual ~PadEncoder() {} |