]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Added missing Proc effect to importSharedOntology SCL function 26/1526/1
authorJussi Koskela <jussi.koskela@semantum.fi>
Tue, 6 Mar 2018 08:40:46 +0000 (10:40 +0200)
committerJussi Koskela <jussi.koskela@semantum.fi>
Tue, 6 Mar 2018 08:40:46 +0000 (10:40 +0200)
refs #7794

Change-Id: I2879e0d21194e50aba1bdfbc33146587284b647a

bundles/org.simantics.modeling/scl/Simantics/SharedOntologies.scl

index 212a4fbaf0011b130f69efdd2c772d0f3b58ac2b..fbc2d5b910f3f6e4cf8f67c9ee42ac143bd931fc 100644 (file)
@@ -128,7 +128,7 @@ querySharedOntologyType dummy = do
 
 importJava "org.simantics.modeling.ModelingUtils" where
     importSharedOntologyWithUI :: Variable -> <ReadGraph> ()
-    importSharedOntology :: String -> ()
+    importSharedOntology :: String -> <Proc> ()
     importSharedOntology2 :: String -> <Proc> [Resource]
     createSharedOntologyWithUI :: Resource -> <ReadGraph> ()
     unlinkSharedOntologyWithUI :: Variable -> [Resource] -> <ReadGraph> ()