mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Fix building on Windows.
This commit is contained in:
parent
19320cc5d8
commit
e7e34d50ba
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ void MainWindow::updateIconCounters() {
|
|||
}
|
||||
|
||||
void MainWindow::initHook() {
|
||||
ps_hWnd = static_cast<HWND>(winId());
|
||||
ps_hWnd = reinterpret_cast<HWND>(winId());
|
||||
if (!ps_hWnd) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue