Skip to content

Commit

Permalink
#241: createKeyValuePair does not create the correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Jul 13, 2022
1 parent 41358d5 commit 30ae4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbml/packages/fbc/extension/FbcSBasePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ FbcSBasePlugin::createKeyValuePair()

try
{
FBC_CREATE_NS(fbcns, getSBMLNamespaces());
FBC_CREATE_NS_WITH_VERSION(fbcns, getSBMLNamespaces(), getPackageVersion());
kvp = new KeyValuePair(fbcns);
delete fbcns;
}
Expand Down

0 comments on commit 30ae4dc

Please sign in to comment.