Skip to content

Commit d7acb45

Browse files
committed
Add missing typename.
1 parent f057b50 commit d7acb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitcoin/database/primitives/head2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class head2
7979
using namespace system;
8080
static_assert(is_nonzero(Link::size));
8181
const auto link = floored_subtract(position / Link::size, one);
82-
return possible_narrow_cast<Link::integer>(link);
82+
return possible_narrow_cast<typename Link::integer>(link);
8383
}
8484

8585
// Byte offset of bucket index within head file.

0 commit comments

Comments
 (0)