diff --git a/hyper.h b/hyper.h index ba76ccaa..268be99c 100644 --- a/hyper.h +++ b/hyper.h @@ -35,7 +35,7 @@ template void ignore(T&&) { } -const void *voidp(const void *p) { +inline const void *voidp(const void *p) { // a simple static_cast for use with printf("%p") return p; }