mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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() {
|
void MainWindow::initHook() {
|
||||||
ps_hWnd = static_cast<HWND>(winId());
|
ps_hWnd = reinterpret_cast<HWND>(winId());
|
||||||
if (!ps_hWnd) {
|
if (!ps_hWnd) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue