Skip to content

Commit

Permalink
- Changing the scope of a function used by MathCore
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16762 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Leonardo Laguna committed Aug 8, 2013
1 parent 44afde4 commit fa87cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/AbsynDep.mo
Expand Up @@ -275,7 +275,7 @@ algorithm
end match;
end getUsesTransitive2Lst;

protected function getUsedBy "returns the classes that uses the class 'cl' e.g. as a component"
public function getUsedBy "returns the classes that uses the class 'cl' e.g. as a component"
input Depends depends;
input Absyn.Path cl;
output AvlTree usedBy;
Expand Down

0 comments on commit fa87cc5

Please sign in to comment.