DOM: Converted to use CLI2

This commit is contained in:
Paul Beckingham 2015-06-14 20:45:25 -04:00
parent 323674b08d
commit ddf44de23d

View file

@ -100,7 +100,7 @@ bool DOM::get (const std::string& name, Variant& value)
{
if (name == "context.program")
{
value = Variant (context.cli.getBinary ());
value = Variant (context.cli2.getBinary ());
return true;
}
else if (name == "context.args")