Rename SLAPrinter interface to SLAArchive as it makes more sense.
This commit is contained in:
parent
117df134f6
commit
33eba4aea6
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue