diff options
Diffstat (limited to 'plugins/TabSRMM/src/controls.h')
-rw-r--r-- | plugins/TabSRMM/src/controls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/controls.h b/plugins/TabSRMM/src/controls.h index cefcf8276b..bda3bc61ac 100644 --- a/plugins/TabSRMM/src/controls.h +++ b/plugins/TabSRMM/src/controls.h @@ -66,7 +66,7 @@ public: void setAero(bool fState) { m_isAero = fState; }
const bool getAero(void) const { return(m_isAero); }
- const LRESULT processAccelerator(TCHAR a, UINT& ctlId) const
+ const LRESULT processAccelerator(wchar_t a, UINT& ctlId) const
{
UINT _ctlId;
|