]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/choice.h
Suppress warnings about double to int truncation in wxHTML code.
[wxWidgets.git] / interface / wx / choice.h
index 975052193e119e83336ebd19bfb37d093bd4a0bc..0ba51c75467ffec018924cc5c340d5a5121bd009 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxChoice
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -40,7 +40,6 @@ public:
     */
     wxChoice();
 
-    //@{
     /**
         Constructor, creating and showing a choice.
 
@@ -127,7 +126,6 @@ public:
             long style = 0,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxChoiceNameStr );
-    //@}
 
     /**
         Destructor, destroying the choice item.