]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/wizard.cpp
Never overflow the output buffer in wxBase64Decode().
[wxWidgets.git] / src / generic / wizard.cpp
index e7b62f581f0ca29e02832f0cb428ef23d592a916..82af511d4b76234302f58731b5e97cbbc00e1851 100644 (file)
@@ -916,7 +916,7 @@ bool wxWizard::DoLayoutAdaptation()
 
     // Size event doesn't get sent soon enough on wxGTK
     DoLayout();
-    
+
     SetLayoutAdaptationDone(true);
 
     return true;