Skip to content

Commit 0943010

Browse files
committed
gcc/clang compile error fix.
1 parent 5f8ec48 commit 0943010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReflectionTemplateLib/rtl/dispatch/function_ptr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace rtl::dispatch
5858

5959
void init_erased_ctor();
6060

61-
template<class return_t, class ...signature_t>
61+
template<class, class ...>
6262
friend struct cache::function_ptr;
6363
};
6464
}

0 commit comments

Comments
 (0)