Skip to content

Commit

Permalink
missing signature
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisbonneau committed Jan 14, 2024
1 parent d6da65e commit c0bebeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/python/src/inspector/information.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ namespace geode
module, "PairIndex" );
do_define_information< uuid >( module, "UUID" );
do_define_information< std::pair< geode::ComponentMeshElement,
geode::ComponentMeshElement > >( module, PairComponentMeshElement )
geode::ComponentMeshElement > >(
module, "PairComponentMeshElement" );
}
} // namespace geode

0 comments on commit c0bebeb

Please sign in to comment.