]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpbest.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / msw / helpbest.h
index 7c179f7c4c3036fbf55f5b1380500b008ad195e5..b5e7d83a44ca92dbee20ad93d837779c2d579e1e 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     02/04/2001
 // RCS-ID:      $Id$
 // Copyright:   (c) Mattia Barbon
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_HELPBEST_H_
 #define _WX_HELPBEST_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "helpbest.h"
-#endif
-
 #if wxUSE_HELP && wxUSE_MS_HTML_HELP && defined(__WIN95__) \
     && wxUSE_WXHTML_HELP && !defined(__WXUNIVERSAL__)
 
@@ -87,7 +83,7 @@ public:
     virtual void SetFrameParameters(const wxString& title,
                                     const wxSize& size,
                                     const wxPoint& pos = wxDefaultPosition,
-                                    bool newFrameEachTime = FALSE)
+                                    bool newFrameEachTime = false)
     {
         m_helpController->SetFrameParameters( title, size, pos,
                                               newFrameEachTime );