浏览代码

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!
                         $