Fix errors

This commit is contained in:
Oleg Korshul
2021-10-05 15:13:22 +03:00
parent 54e10c7b55
commit d7c4ceba92
11 changed files with 148 additions and 129 deletions

View File

@ -336,7 +336,7 @@ void CDjVuFileImplementation::ConvertToPdf(const std::wstring& wsD
oPdf.SaveToFile(wsDstPath);
}
#ifdef WASM_MODE
#ifdef BUILDING_WASM_MODULE
class CData
{
protected: