]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Fixed typo in my last commit (it did break socket detection code :-( ).
[wxWidgets.git] / include / wx / msw / window.h
index 0df7b55a36b1499aad4ea13c8f2a7eed532a538a..feccccf607618e70d3ed80bca35e6685c614cf20 100644 (file)
@@ -437,7 +437,7 @@ protected:
 
     virtual void DoCaptureMouse();
     virtual void DoReleaseMouse();
-
+    
     // move the window to the specified location and resize it: this is called
     // from both DoSetSize() and DoSetClientSize() and would usually just call
     // ::MoveWindow() except for composite controls which will want to arrange