소스 검색

Fixed wrong function signature

Yentl Van Tendeloo 8 년 전
부모
커밋
c3e88a6d72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      integration/code/pn_print.mvc

+ 1 - 1
integration/code/pn_print.mvc

@@ -15,7 +15,7 @@ RAM_PN_R print {
                     action = $
                         include "primitives.alh"
                         include "modelling.alh"
-                        Void function action(model : Element, name : String):
+                        Void function action(model : Element, name : String, mapping : Element):
                             output((cast_v2s(read_attribute(model, name, "name")) + " --> ") + cast_v2s(read_attribute(model, name, "tokens")))
                             return!
                         $