X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be6468f3cc7f3eca22f9a6a93046aa665fdf3e86..cbe0afe09af9f1c4fd3357a22228461a3774674f:/include/wx/mac/frame.h

diff --git a/include/wx/mac/frame.h b/include/wx/mac/frame.h
index 7f1c6ff07d..940b8b957c 100644
--- a/include/wx/mac/frame.h
+++ b/include/wx/mac/frame.h
@@ -6,7 +6,7 @@
 // Created:     ??/??/98
 // RCS-ID:      $Id$
 // Copyright:   (c) AUTHOR
-// Licence:   	wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_FRAME_H_
@@ -28,7 +28,8 @@ class WXDLLEXPORT wxMenuBar;
 class WXDLLEXPORT wxStatusBar;
 class WXDLLEXPORT wxMacToolTip ;
 
-class WXDLLEXPORT wxFrame: public wxFrameBase {
+class WXDLLEXPORT wxFrame: public wxFrameBase 
+{
 public:
     // construction
     wxFrame() { Init(); }
@@ -59,7 +60,7 @@ public:
     // -------------------------------
 
     // override some more virtuals
-   	virtual bool Enable(bool enable) ;
+    virtual bool Enable(bool enable = TRUE) ;
 
     // get the origin of the client area (which may be different from (0, 0)
     // if the frame has a toolbar) in client coordinates