diff --git a/VTIL-Common/io/formatting.hpp b/VTIL-Common/io/formatting.hpp index d2d7fd4..d1b5b90 100644 --- a/VTIL-Common/io/formatting.hpp +++ b/VTIL-Common/io/formatting.hpp @@ -483,8 +483,8 @@ namespace vtil::format // Declare deduction guide. // - template - table( C&&, std::initializer_list labels )->table; + template + table( C&&, std::initializer_list )->table; }; #undef HAS_RTTI