mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 18:05:58 +01:00
remove this warning
This commit is contained in:
parent
6fc504fc4c
commit
b0dffc10b7
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ void CCompositor::startCompositor() {
|
|||
|
||||
SMonitor* CCompositor::getMonitorFromID(const int& id) {
|
||||
for (auto& m : m_lMonitors) {
|
||||
if (m.ID == id) {
|
||||
if (m.ID == (uint64_t)id) {
|
||||
return &m;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue