Merge branch 'cpp_check' into 'master'
Some more cppcheck fixes See merge request OpenMesh/OpenMesh!331
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user