protocols: refactor class member vars (core) (#10259)
This commit is contained in:
parent
0c736217a7
commit
d9cad5e1b6
57 changed files with 1160 additions and 1158 deletions
|
|
@ -25,7 +25,7 @@ CHyprlandCTMControlResource::CHyprlandCTMControlResource(SP<CHyprlandCtmControlM
|
|||
if UNLIKELY (!OUTPUTRESOURCE)
|
||||
return; // ?!
|
||||
|
||||
const auto PMONITOR = OUTPUTRESOURCE->monitor.lock();
|
||||
const auto PMONITOR = OUTPUTRESOURCE->m_monitor.lock();
|
||||
|
||||
if UNLIKELY (!PMONITOR)
|
||||
return; // ?!?!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue