[keel] Cleanup ox::Error(0) instance
This commit is contained in:
parent
fab012d3e7
commit
c4c1d4777b
@ -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 {};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user