diff --git a/hyper.h b/hyper.h index 21d954df..3eb5f78b 100644 --- a/hyper.h +++ b/hyper.h @@ -3489,7 +3489,7 @@ void handle_event(SDL_Event& ev); #ifdef __GNUC__ __attribute__((__format__ (__printf__, 1, 2))) #endif -void Xprintf(const char *fmt, ...) { +inline void Xprintf(const char *fmt, ...) { va_list ap; va_start(ap, fmt); vprintf(fmt, ap);