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

@@ -95,7 +95,7 @@ public:
bool write(std::ostream&, BaseExporter&, const Options& _writeOptions, std::streamsize _precision = 6) const override;
size_t binary_size(BaseExporter&, Options) const override;
size_t binary_size(BaseExporter&, const Options&) const override;
private:
bool write_stla(const std::string&, BaseExporter&, Options) const;