[keel] Cleanup ox::Error(0) instance
This commit is contained in:
@ -154,7 +154,7 @@ class AssetRef: public ox::SignalHandler {
|
|||||||
private:
|
private:
|
||||||
constexpr ox::Error emitUpdated() const noexcept {
|
constexpr ox::Error emitUpdated() const noexcept {
|
||||||
updated.emit();
|
updated.emit();
|
||||||
return ox::Error(0);
|
return {};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user