]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/docmdi.h
Define wxUSE_UNICODE_MSLU or chkconf.h complains
[wxWidgets.git] / include / wx / docmdi.h
index c8e94f3159e39a598c72a2e40c8180d6267effda..f82194c1996ecea66810550ff597d783f407c0b4 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
-// Licence:    wxWindows licence
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DOCMDI_H_
@@ -92,7 +92,7 @@ public:
     inline void SetDocument(wxDocument *doc) { m_childDocument = doc; }
     inline void SetView(wxView *view) { m_childView = view; }
     bool Destroy() { m_childView = (wxView *)NULL; return wxMDIChildFrame::Destroy(); }
-    
+
 protected:
     void Init();
     wxDocument*       m_childDocument;