Skip to content
Snippets Groups Projects
Verified Commit 85744667 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Fix super-type

parent 807fd7a7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import ...Variables: get_free_variable, VariableType, duration
import ...Components: NoGradient
import ..BaseBuildingBlocks: BaseBuildingBlock
struct Wait <: BuildingBlock
struct Wait <: BaseBuildingBlock
duration :: VariableType
function Wait(var)
res = new(get_free_variable(var))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment