Skip to content

Commit

Permalink
- Changing the scope of functions used by MathCore modules.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Leonardo Laguna committed Jan 9, 2013
1 parent 1bcaac7 commit 24366f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Util/Error.mo
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ algorithm
end matchcontinue;
end getMessagesStrSeverity;

protected function messageTypeStr "function: messageTypeStr
public function messageTypeStr "function: messageTypeStr

Converts a MessageType to a string.
"
Expand All @@ -941,7 +941,7 @@ algorithm
end match;
end messageTypeStr;

protected function severityStr "function: severityStr
public function severityStr "function: severityStr

Converts a Severity to a string.
"
Expand Down

0 comments on commit 24366f5

Please sign in to comment.