diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/dlg_msgbox.cpp')
-rw-r--r-- | plugins/SendScreenshotPlus/dlg_msgbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/dlg_msgbox.cpp b/plugins/SendScreenshotPlus/dlg_msgbox.cpp index 86fa25cbae..f1b1535802 100644 --- a/plugins/SendScreenshotPlus/dlg_msgbox.cpp +++ b/plugins/SendScreenshotPlus/dlg_msgbox.cpp @@ -571,7 +571,7 @@ INT_PTR CALLBACK MsgBoxPop(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) {
case WM_INITDIALOG:
{
- POPUPDATAT pd;
+ POPUPDATAT_V2 pd;
LPMSGPOPUPDATA pmpd;
LPMSGBOX pMsgBox = (LPMSGBOX)lParam;
|