aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/SDisplayCorePolling.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win/rfb_win32/SDisplayCorePolling.cxx')
-rw-r--r--win/rfb_win32/SDisplayCorePolling.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rfb_win32/SDisplayCorePolling.cxx b/win/rfb_win32/SDisplayCorePolling.cxx
index f47560b4..ae033511 100644
--- a/win/rfb_win32/SDisplayCorePolling.cxx
+++ b/win/rfb_win32/SDisplayCorePolling.cxx
@@ -36,7 +36,7 @@ const int POLLING_SEGMENTS = 16;
const unsigned int SDisplayCorePolling::pollTimerId = 1;
SDisplayCorePolling::SDisplayCorePolling(SDisplay* d, UpdateTracker* ut, int pollInterval_)
- : MsgWindow(_T("rfb::win32::SDisplayCorePolling")),
+ : MsgWindow("rfb::win32::SDisplayCorePolling"),
pollTimer(getHandle(), pollTimerId), pollNextStrip(false), display(d), updateTracker(ut) {
pollInterval = __rfbmax(10, (pollInterval_ / POLLING_SEGMENTS));
copyrect.setUpdateTracker(ut);