diff --git a/src/type_graph.cpp b/src/type_graph.cpp index fcbaeb3..b2593cf 100644 --- a/src/type_graph.cpp +++ b/src/type_graph.cpp @@ -13,7 +13,7 @@ void add_graph(jlcxx::Module& jlpolymake) jlpolymake.add_type("Undirected"); jlpolymake.add_type("Directed"); jlpolymake - .add_type>, jlcxx::ParameterList>( + .add_type>>( "Graph") .apply_combination>( [](auto wrapped) {