Merge commit '22e6299e90e85cb2b5ee814ebf2324b1a74d7091'
This commit is contained in:
@ -22,7 +22,7 @@ void addDrawer(Context &ctx, Drawer *cd) noexcept {
|
||||
void removeDrawer(Context &ctx, Drawer *cd) noexcept {
|
||||
for (auto i = 0u; i < ctx.drawers.size(); ++i) {
|
||||
if (ctx.drawers[i] == cd) {
|
||||
oxIgnoreError(ctx.drawers.erase(i));
|
||||
std::ignore = ctx.drawers.erase(i);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user