diff --git a/src/db/db/gsiDeclDbTechnologies.cc b/src/db/db/gsiDeclDbTechnologies.cc index e2d65e2f4..c4a54c7ee 100644 --- a/src/db/db/gsiDeclDbTechnologies.cc +++ b/src/db/db/gsiDeclDbTechnologies.cc @@ -256,7 +256,7 @@ gsi::Class technology_decl ("db", "Technology", gsi::method ("load", &db::Technology::load, gsi::arg ("file"), "@brief Loads the technology definition from a file\n" ) + - gsi::method ("load", &db::Technology::save, gsi::arg ("file"), + gsi::method ("save", &db::Technology::save, gsi::arg ("file"), "@brief Saves the technology definition to a file\n" ) + gsi::method ("technology_names", &technology_names,