Bugfix: gsi method db Technology.load pointing to save

This commit is contained in:
Thomas Ferreira de Lima 2018-12-27 16:26:46 -05:00
parent 07bce7ee21
commit fcc05d5b9d
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ gsi::Class<db::Technology> 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,