Rename SLAPrinter interface to SLAArchive as it makes more sense.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user