]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/notebook_osx.cpp
fixing warning
[wxWidgets.git] / src / osx / notebook_osx.cpp
index 0f3c83577e6207caab975aa2fdd4507cdcb69a8b..dad2a6c5c49fb473d23e3dd6fcd1a5d2e3034f9f 100644 (file)
@@ -82,7 +82,7 @@ bool wxNotebook::Create( wxWindow *parent,
         return false;
 
     m_peer = wxWidgetImpl::CreateTabView(this,parent, id, pos, size, style, GetExtraStyle() );
-    
+
     MacPostControlCreate( pos, size );
 
     return true ;