Skip to content

Commit

Permalink
Refs #21044. Fix compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Jun 13, 2024
1 parent b80465d commit 18f00e1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ class TypeObjectUtils
return false;
}

static const NameHash name_hash(
const std::string&)
{
return {};
}

};

} // xtypes
Expand Down

0 comments on commit 18f00e1

Please sign in to comment.