[nostalgia/core/studio] String hygiene change
This commit is contained in:
parent
79c85c2a33
commit
d22c968561
@ -107,7 +107,7 @@ ox::StringView TileSheetEditorModel::palPath() const noexcept {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ox::Error TileSheetEditorModel::setPalette(ox::String const&path) noexcept {
|
ox::Error TileSheetEditorModel::setPalette(ox::StringView path) noexcept {
|
||||||
oxRequire(uuid, keelCtx(m_ctx).pathToUuid.at(path));
|
oxRequire(uuid, keelCtx(m_ctx).pathToUuid.at(path));
|
||||||
pushCommand(ox::make<PaletteChangeCommand>(activeSubSheetIdx(), m_img, uuid->toString()));
|
pushCommand(ox::make<PaletteChangeCommand>(activeSubSheetIdx(), m_img, uuid->toString()));
|
||||||
return {};
|
return {};
|
||||||
|
@ -59,7 +59,7 @@ class TileSheetEditorModel: public ox::SignalHandler {
|
|||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
ox::StringView palPath() const noexcept;
|
ox::StringView palPath() const noexcept;
|
||||||
|
|
||||||
ox::Error setPalette(const ox::String &path) noexcept;
|
ox::Error setPalette(ox::StringView path) noexcept;
|
||||||
|
|
||||||
void drawCommand(const ox::Point &pt, std::size_t palIdx) noexcept;
|
void drawCommand(const ox::Point &pt, std::size_t palIdx) noexcept;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user