Rename SLAPrinter interface to SLAArchive as it makes more sense.

This commit is contained in:
tamasmeszaros
2021-09-21 14:26:50 +02:00
parent b1ec476fac
commit 8e4b1c656c
3 changed files with 6 additions and 6 deletions

View File

@@ -670,7 +670,7 @@ std::string SLAPrint::validate(std::string*) const
return "";
}
void SLAPrint::set_printer(SLAPrinter *arch)
void SLAPrint::set_printer(SLAArchive *arch)
{
invalidate_step(slapsRasterize);
m_printer = arch;