]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
Added wxTopLevelWindow::HasFocus() as discussed.
[wxWidgets.git] / include / wx / datstrm.h
index 18738669d8890455ac722575159194c535b08b3f..76d82f61333c8021180d43e810e7cc2f001995e3 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     28/06/1998
 // RCS-ID:      $Id$
 // Copyright:   (c) Guilhem Lavaux
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DATSTREAM_H_
@@ -31,7 +31,7 @@ public:
     wxDataInputStream(wxInputStream& s);
 #endif
     ~wxDataInputStream();
-    
+
     bool IsOk() { return m_input->IsOk(); }
 
     wxUint64 Read64();