From e30d5976c987d25b7c329f2d2dd1618146df321f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 21 Oct 1999 19:16:25 +0000 Subject: [PATCH] and some more WXUNUSED() added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dataobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/dataobj.h b/include/wx/dataobj.h index 4a905e44fe..9669d9393a 100644 --- a/include/wx/dataobj.h +++ b/include/wx/dataobj.h @@ -203,7 +203,7 @@ public: { return FALSE; } // copy data from buffer to our data - virtual bool SetData(size_t len, const void *WXUNUSED(buf)) + virtual bool SetData(size_t WXUNUSED(len), const void *WXUNUSED(buf)) { return FALSE; } // implement base class pure virtuals -- 2.50.0