xo-reflect: clang nit on FunctionTdxInfo
This commit is contained in:
parent
908c3ae50b
commit
1ddc3e6a62
1 changed files with 2 additions and 1 deletions
|
|
@ -119,7 +119,8 @@ namespace xo {
|
|||
/* hashable contents of a FunctionTdx instance (without requiring decl of TypeDescrExtra),
|
||||
* for unique-ification of manually-constructed function types
|
||||
*/
|
||||
struct FunctionTdxInfo {
|
||||
class FunctionTdxInfo {
|
||||
public:
|
||||
FunctionTdxInfo() = default;
|
||||
FunctionTdxInfo(TypeDescr retval_td,
|
||||
const std::vector<TypeDescr> & arg_td_v,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue