Skip to content

Commit 404d192

Browse files
committed
Signature update
1 parent 0c58148 commit 404d192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloudGraphsDFG/services/CloudGraphsDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ function deleteVariableSolverData!(dfg::CloudGraphsDFG, variablekey::Symbol, sol
634634
return vnd
635635
end
636636

637-
function mergeVariableSolverData!(dfg::AbstractDFG, sourceVariable::DFGVariable)
637+
function mergeVariableSolverData!(dfg::CloudGraphsDFG, sourceVariable::DFGVariable)
638638
# TODO: Switch out to their own nodes, don't get the whole variable
639639
var = getVariable(dfg, sourceVariable.label)
640640

0 commit comments

Comments
 (0)