Skip to content

Commit

Permalink
Merge pull request #237 from giordano/mg/sbase_getnumplugins
Browse files Browse the repository at this point in the history
Fix signature of `SBase_getNumPlugins` in prototype
  • Loading branch information
fbergmann committed Jun 22, 2022
2 parents 52183c6 + 455f456 commit 14d00cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbml/SBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -5074,7 +5074,7 @@ SBase_hasValidLevelVersionNamespaceCombination(SBase_t *sb);
*/
LIBSBML_EXTERN
int
SBase_getNumPlugins(SBase_t *sb);
SBase_getNumPlugins(const SBase_t *sb);

/**
* Returns a plug-in structure (extension interface) for an SBML Level 3
Expand Down

0 comments on commit 14d00cd

Please sign in to comment.