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 117df134f6
commit 33eba4aea6
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;