[jasper/studio] Fix build
All checks were successful
Build / build (push) Successful in 3m56s

This commit is contained in:
Gary Talent 2025-01-22 23:37:56 -06:00
parent d96453fa64
commit 356dbcfe82

View File

@ -40,7 +40,7 @@ static class: public studio::Module {
ox::StringParam name,
int const cols,
int const rows) -> auto& {
return ss.subsheets.emplace_back(++ts.idIt, std::move(name), cols, rows, ts.bpp);
return ss.subsheets.emplace_back(++ts.idIt, std::move(name), cols, rows);
};
auto const addSheetSet = [&ts, &addSheet](ox::StringParam name) {
auto &s = addSheet(ts.subsheet, std::move(name), -1, -1);