]> git.saurik.com Git - wxWidgets.git/blobdiff - src/aui/auibook.cpp
Made wxPropertyGridHitTestResult a real class (works better that way with SWIG)
[wxWidgets.git] / src / aui / auibook.cpp
index f9cb18352dd88d8aba7742b483f7b53e58ed7eb9..0d8462de1d27c5c58773af6ca99ef55682ffdeec 100644 (file)
@@ -3446,7 +3446,7 @@ void wxAuiNotebook::SetSelectionToWindow(wxWindow *win)
     // to the child tab in the SetSelection call below
     // (the child focus event will also let wxAuiManager, if any,
     // know that the notebook control has been activated)
-    
+
     wxWindow* parent = GetParent();
     if (parent)
     {