summaryrefslogtreecommitdiff
path: root/project2/xml/xmlScriptParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/xml/xmlScriptParser.h')
-rw-r--r--project2/xml/xmlScriptParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xml/xmlScriptParser.h b/project2/xml/xmlScriptParser.h
index 0f391a1..f596c8d 100644
--- a/project2/xml/xmlScriptParser.h
+++ b/project2/xml/xmlScriptParser.h
@@ -24,7 +24,7 @@ class XmlScriptNode : public ScriptNode {
bool valueExists(const Glib::ustring&) const;
VariableImpl * variable(const boost::optional<Glib::ustring> & defaultSource) const;
VariableImpl * variable(const Glib::ustring&) const;
- bool applyValue(const Glib::ustring & name, VariableType & target) const;
+ bool applyValue(const Glib::ustring & name, VariableType & target, ExecContext *) const;
void composeWithCallbacks(const ScriptNode::LiteralCallback&, const ScriptNode::NodeCallback&) const;
private: