]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpwin.h
Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.
[wxWidgets.git] / include / wx / msw / helpwin.h
index da2c7c2fd4cef3136101319735a615b2e0551de7..3d2e609b7dc2de11d4101496ff2250a7c6f275c7 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_HELPWIN_H_
@@ -25,7 +25,7 @@
 class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase
 {
     DECLARE_CLASS(wxWinHelpController)
-        
+
 public:
     wxWinHelpController() {};
     ~wxWinHelpController() {};
@@ -50,7 +50,7 @@ public:
 protected:
     // Append extension if necessary.
     wxString GetValidFilename(const wxString& file) const;
-    
+
 private:
     wxString m_helpFile;
 };