Переглянути джерело

Fixed wrong function signature

Yentl Van Tendeloo 8 роки тому
батько
коміт
5c3c588e6b
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!
                         $