]> git.saurik.com Git - wxWidgets.git/commitdiff
some WXUNUSED() added
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Oct 1999 19:15:58 +0000 (19:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Oct 1999 19:15:58 +0000 (19:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dataobj.h

index aa49135e6a902e634aa11093f4b58505c265aa23..4a905e44fecbe9c21304b6ed968025a0dc5f7778 100644 (file)
@@ -133,8 +133,8 @@ public:
 
     // get data from the buffer of specified length (in the given format),
     // return TRUE if the data was read successfully, FALSE otherwise
-    virtual bool SetData(const wxDataFormat& format,
-                         size_t len, const void *buf)
+    virtual bool SetData(const wxDataFormat& WXUNUSED(format),
+                         size_t WXUNUSED(len), const void * WXUNUSED(buf))
     {
         return FALSE;
     }