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
This commit is contained in:
@@ -374,11 +374,13 @@ protected:
|
|||||||
wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
|
wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
|
||||||
virtual void DoLogString(const char *WXUNUSED(szString),
|
virtual void DoLogString(const char *WXUNUSED(szString),
|
||||||
time_t WXUNUSED(t)),
|
time_t WXUNUSED(t)),
|
||||||
|
wxEMPTY_PARAMETER_VALUE
|
||||||
)
|
)
|
||||||
|
|
||||||
wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
|
wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
|
||||||
virtual void DoLogString(const wchar_t *WXUNUSED(wzString),
|
virtual void DoLogString(const wchar_t *WXUNUSED(wzString),
|
||||||
time_t WXUNUSED(t)),
|
time_t WXUNUSED(t)),
|
||||||
|
wxEMPTY_PARAMETER_VALUE
|
||||||
)
|
)
|
||||||
#endif // WXWIN_COMPATIBILITY_2_8
|
#endif // WXWIN_COMPATIBILITY_2_8
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user