Mesh: modernize C++: use default member init

This commit is contained in:
wmayer
2023-08-22 23:26:50 +02:00
committed by wwmayer
parent bc8e9f5f29
commit e613167d8d
48 changed files with 116 additions and 177 deletions

View File

@@ -309,8 +309,7 @@ void Exporter3MF::write()
ExporterAMF::ExporterAMF( std::string fileName,
const std::map<std::string, std::string> &meta,
bool compress ) :
outputStreamPtr(nullptr), nextObjectIndex(0)
bool compress )
{
// ask for write permission
throwIfNoPermission(fileName);