Some more cppcheck fixes

This commit is contained in:
Jan Möbius
2023-03-01 12:58:05 +01:00
parent c18457ae02
commit 12e1efdb8a
11 changed files with 77 additions and 77 deletions

View File

@@ -35,7 +35,7 @@ public:
bool write(const std::string&, BaseExporter&, const Options& _writeOptions, std::streamsize _precision = 6) const override;
bool write(std::ostream&, BaseExporter&, const Options& _writeOptions, std::streamsize _precision = 6) const override;
size_t binary_size(BaseExporter&, Options) const override { return 0; }
size_t binary_size(BaseExporter&, const Options&) const override { return 0; }
};
//== TYPE DEFINITION ==========================================================