]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop.update/src/org/simantics/interop/update/editor/UpdateEditorInput.java
Initial implementation of model updates with three-way comparison.
[simantics/interop.git] / org.simantics.interop.update / src / org / simantics / interop / update / editor / UpdateEditorInput.java
index 83b381f765c29f20debce51e1e4fb5cc29cd4fc6..f54b1c935e9439e471ea175382b41486b62e558b 100644 (file)
@@ -27,6 +27,7 @@ public class UpdateEditorInput extends ResourceEditorInput2{
                super(editorID, r1, model, rvi);
                this.r1 = r1;
                this.r2 = r2;
+               this.r3 = r3;
                this.editorID = editorID;
        }