This commit is contained in:
Oleg Korshul
2020-09-10 11:35:37 +03:00
parent e935e36ce6
commit 7af5850d05
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ public:
~CEpubFile();
void Clear();
HRESULT IsEbubFile(const std::wstring& sfileName);
HRESULT IsEpubFile(const std::wstring& sfileName);
void SetTempDirectory(const std::wstring& stempDir);
HRESULT Convert(const std::wstring& sInputFile, const std::wstring& sOutputFile, const bool& bIsOutCompress = true);
void ShowMap();