fixed warning

This commit is contained in:
Günter Obiltschnig 2020-01-22 08:30:28 +01:00
parent 924cdf235c
commit c7faa18660

View File

@ -84,7 +84,7 @@ private:
const PageReader* _pParent; const PageReader* _pParent;
std::string _path; std::string _path;
std::string _attrs; std::string _attrs;
int _line; std::streamsize _line;
bool _emitLineDirectives; bool _emitLineDirectives;
}; };