]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
A little different fix for how to delay the call to __wxCleanup
[wxWidgets.git] / include / wx / window.h
index bdc20dfc5c85d41ec2a324400964137fffdc140a..af98d65c858a4d8387fab1404ddcaa18678392e9 100644 (file)
@@ -923,7 +923,7 @@ protected:
     // capture/release the mouse, used by Capture/ReleaseMouse()
     virtual void DoCaptureMouse() = 0;
     virtual void DoReleaseMouse() = 0;
-
+    
     // retrieve the position/size of the window
     virtual void DoGetPosition( int *x, int *y ) const = 0;
     virtual void DoGetSize( int *width, int *height ) const = 0;