]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dataobj.h
Improve wxListCtrl::SetItemState() documentation.
[wxWidgets.git] / interface / wx / dataobj.h
index 462a595264874e5ee163e53c4b0b6e20f3ef6a03..31822cf8b4cf1f3409bf2d20abfe12fd8cca4da3 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wx*DataObject
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -747,7 +747,7 @@ public:
         Returns 1 under other platforms (e.g. wxMSW) or when building in ANSI mode
         (@c wxUSE_UNICODE==0).
     */
-    virtual size_t GetFormatCount(Direction dir = Get);
+    virtual size_t GetFormatCount(Direction dir = Get) const;
 
     /**
         Returns the preferred format supported by this object.