diff options
Diffstat (limited to 'win/rfb_win32/WMHooks.cxx')
-rw-r--r-- | win/rfb_win32/WMHooks.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rfb_win32/WMHooks.cxx b/win/rfb_win32/WMHooks.cxx index 70844563..017972ba 100644 --- a/win/rfb_win32/WMHooks.cxx +++ b/win/rfb_win32/WMHooks.cxx @@ -211,7 +211,7 @@ WMHooksThread::worker() { // actually complete them before we notify the hook callbacks & they go off // capturing screen state. const int updateDelayMs = 40; - MsgWindow updateDelayWnd(_T("WMHooks::updateDelay")); + MsgWindow updateDelayWnd("WMHooks::updateDelay"); IntervalTimer updateDelayTimer(updateDelayWnd.getHandle(), 1); Region updates[2]; int activeRgn = 0; |