From e400a288d0f8ef75672cb201203b857b65b782bb Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 27 Apr 2024 13:27:24 +0100 Subject: [PATCH] pointer-constraints: remove emoji to fix clang fixes #5765 --- src/protocols/PointerConstraints.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/protocols/PointerConstraints.cpp b/src/protocols/PointerConstraints.cpp index ab228549..d7613e33 100644 --- a/src/protocols/PointerConstraints.cpp +++ b/src/protocols/PointerConstraints.cpp @@ -208,8 +208,8 @@ void CPointerConstraintsProtocol::onManagerResourceDestroy(wl_resource* res) { std::erase_if(m_vManagers, [&](const auto& other) { return other->resource() == res; }); } -void CPointerConstraintsProtocol::destroyPointerConstraint(CPointerConstraint* hyprland🥚) { - std::erase_if(m_vConstraints, [&](const auto& other) { return other.get() == hyprland🥚; }); +void CPointerConstraintsProtocol::destroyPointerConstraint(CPointerConstraint* hyprlandEgg) { + std::erase_if(m_vConstraints, [&](const auto& other) { return other.get() == hyprlandEgg; }); } void CPointerConstraintsProtocol::onNewConstraint(SP constraint, CZwpPointerConstraintsV1* pMgr) {