diff --git a/include/wx/defs.h b/include/wx/defs.h index 06cc68c766..d4028a9f32 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -457,7 +457,7 @@ typedef int wxWindowID; // sometimes the value of a variable is *really* not used, to suppress the // resulting warning you may pass it to this function -template +template inline void wxUnusedVar(const T& WXUNUSED(t)) { } // ----------------------------------------------------------------------------