]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/notebook.mm
going private for m_peer to give a foundation for better encapsulation
[wxWidgets.git] / src / osx / cocoa / notebook.mm
index 5dff77fb3c424862c7c28ec8246d5894124b49c4..b409af77b7058a5deda213c3d2309147c3fe1e92 100644 (file)
@@ -221,7 +221,7 @@ public:
     m_peer = new wxMacControl( this );
     OSStatus err = CreateTabsControl(
         MAC_WXHWND(parent->MacGetTopLevelWindowRef()), &bounds,
-        tabsize, tabstyle, 0, NULL, m_peer->GetControlRefAddr() );
+        tabsize, tabstyle, 0, NULL, GetPeer()->GetControlRefAddr() );
     verify_noerr( err );
 #endif
 */