changed tracking via enclosing field

This commit is contained in:
Michael Davidsaver
2019-12-14 12:59:56 -08:00
parent 810b7d3b1c
commit 7791205b69
7 changed files with 132 additions and 52 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ struct ServerIntrospectControl : public server::Introspect
virtual void reply(const Value& prototype) override final
{
auto desc = prototype._desc();
auto desc = Value::Helper::desc(prototype);
if(!desc)
throw std::logic_error("Can't reply to GET_FIELD with Null prototype");
Status sts{Status::Ok};