From 89d93af6af87467af88e45ba401c79155b0106c7 Mon Sep 17 00:00:00 2001 From: randomdan Date: Fri, 13 Aug 2010 00:14:48 +0000 Subject: Fix parent variable search name --- project2/variables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project2/variables.cpp b/project2/variables.cpp index 3089510..1a16c4b 100644 --- a/project2/variables.cpp +++ b/project2/variables.cpp @@ -110,7 +110,7 @@ class VariableParent : public VariableImplDyn, public RowUser { row->use(dep); } } - cache = row->getCurrentValue(source); + cache = row->getCurrentValue(name); } catch (PerRowValues::ParentOutOfRange) { if (!defaultValue) { -- cgit v1.2.3