From 1039b2829a264280493ba0fa979214fe024dc70c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 17:06:04 +0300 Subject: WORD -> uint16_t --- plugins/HistoryStats/src/dlgoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryStats/src/dlgoption.h') diff --git a/plugins/HistoryStats/src/dlgoption.h b/plugins/HistoryStats/src/dlgoption.h index 2621b48ea0..b41830e064 100644 --- a/plugins/HistoryStats/src/dlgoption.h +++ b/plugins/HistoryStats/src/dlgoption.h @@ -63,7 +63,7 @@ private: DlgOption* getParent() { return m_pParent; } public: - void createWindow(DlgOption* pParent, WORD nDlgResource, const RECT& rect); + void createWindow(DlgOption* pParent, uint16_t nDlgResource, const RECT& rect); void destroyWindow(); void moveWindow(const RECT& rWnd); void show() { ShowWindow(m_hWnd, SW_SHOW); } -- cgit v1.2.3