diff options
Diffstat (limited to 'src/xline.cpp')
| -rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index a67c01bde..2799e99a1 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -473,7 +473,7 @@ void XLineManager::ApplyLines() if (u->exempt) continue; - for (const auto& x : pending_lines) + for (auto* x : pending_lines) { if (x->Matches(u)) { |
