Skip to content

Commit f850c0b

Browse files
committed
Replace GetVirtualMethodIndex with GetVirtualIndex
1 parent 36538e0 commit f850c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/dynlibutils/virtual.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace DynLibUtils {
2020

2121
template<auto METHOD>
22-
constexpr std::ptrdiff_t GetVirtualMethodIndex() noexcept
22+
constexpr std::ptrdiff_t GetVirtualIndex() noexcept
2323
{
2424
static_assert(std::is_member_function_pointer_v<decltype(METHOD)>, "Templated method must be a pointer-to-member-function");
2525

0 commit comments

Comments
 (0)