Browse Source

Fixed wrong function signature

Yentl Van Tendeloo 8 years ago
parent
commit
5c3c588e6b
1 changed files with 1 additions and 1 deletions
  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!
                         $