chore: add missing gin::Wrappable
GetTypeName
overrides (#41512)
chore: add missing gin::Wrappable GetTypeName overrides
This commit is contained in:
parent
a7d664e3a3
commit
62331f5ac1
10 changed files with 23 additions and 5 deletions
|
@ -28,4 +28,8 @@ Event::~Event() = default;
|
|||
|
||||
gin::WrapperInfo Event::kWrapperInfo = {gin::kEmbedderNativeGin};
|
||||
|
||||
const char* Event::GetTypeName() {
|
||||
return GetClassName();
|
||||
}
|
||||
|
||||
} // namespace gin_helper::internal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue