mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-15 01:07:27 -05:00
Merge pull request #601 from keepassxreboot/hotfix/compile-error
Fixed variable naming error that prevented compiling on Windows
This commit is contained in:
commit
8a1b83048f
@ -52,8 +52,8 @@ ScreenLockListenerWin::~ScreenLockListenerWin()
|
|||||||
HWND h= reinterpret_cast<HWND>(static_cast<QWidget*>(parent())->winId());
|
HWND h= reinterpret_cast<HWND>(static_cast<QWidget*>(parent())->winId());
|
||||||
WTSUnRegisterSessionNotification(h);
|
WTSUnRegisterSessionNotification(h);
|
||||||
|
|
||||||
if (m_powernotificationhandle) {
|
if (m_powerNotificationHandle) {
|
||||||
UnregisterPowerSettingNotification(reinterpret_cast<HPOWERNOTIFY>(m_powernotificationhandle));
|
UnregisterPowerSettingNotification(reinterpret_cast<HPOWERNOTIFY>(m_powerNotificationHandle));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user