]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/accel.cpp
wxThread::GetCPUCount() and SetConcurrency() added and documented
[wxWidgets.git] / src / msw / accel.cpp
index c31731046f5f199746040d46088a69fc6d90c2f1..58f7eeea8ca9dd23a9dc68033ea8178dcfadf4c5 100644 (file)
@@ -165,4 +165,6 @@ bool wxAcceleratorTable::Translate(wxWindow *window, WXMSG *wxmsg) const
 {
     MSG *msg = (MSG *)wxmsg;
 
-    return Ok() && ::TranslateAccelerator(GetHwndOf(window), GetHaccel(), msg); }
+    return Ok() && ::TranslateAccelerator(GetHwndOf(window), GetHaccel(), msg);
+}
+