]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
fixed missing ; after class declaration
[wxWidgets.git] / include / wx / log.h
index 0e5c4e075784992832bebf4b9028a9dbd95f3bd3..4561205cbe52f5d2bf47b7db036438c690b8b601 100644 (file)
@@ -613,10 +613,10 @@ DECLARE_LOG_FUNCTION_PUBLIC(SysError);
         #define wxLogTrace(mask, fmt, ...) wxLogNop()
     #else // !HAVE_VARIADIC_MACROS
         //inline void wxLogDebug(const wxString& fmt, ...) {}
-        WX_DEFINE_VARARG_FUNC_NOP(wxLogDebug, wxLogNopVararg)
+        WX_DEFINE_VARARG_FUNC_NOP(wxLogDebug)
         //inline void wxLogTrace(wxTraceMask, const wxString& fmt, ...) {}
         //inline void wxLogTrace(const wxString&, const wxString& fmt, ...) {}
-        WX_DEFINE_VARARG_FUNC_NOP(wxLogTrace, wxLogNopVararg)
+        WX_DEFINE_VARARG_FUNC_NOP(wxLogTrace)
     #endif // HAVE_VARIADIC_MACROS/!HAVE_VARIADIC_MACROS
 #endif // debug/!debug