From ae2070fb7733368bff58e2a3a327f3f9100daeb9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 9 Jul 2009 15:13:52 +0000 Subject: [PATCH] fix VC6 warnings about not enough parameters for wxDEPRECATED_BUT_USED_INTERNALLY_INLINE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/log.h b/include/wx/log.h index 6bde1a61d0..29c404668b 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -374,11 +374,13 @@ protected: wxDEPRECATED_BUT_USED_INTERNALLY_INLINE( virtual void DoLogString(const char *WXUNUSED(szString), time_t WXUNUSED(t)), + wxEMPTY_PARAMETER_VALUE ) wxDEPRECATED_BUT_USED_INTERNALLY_INLINE( virtual void DoLogString(const wchar_t *WXUNUSED(wzString), time_t WXUNUSED(t)), + wxEMPTY_PARAMETER_VALUE ) #endif // WXWIN_COMPATIBILITY_2_8 -- 2.47.2