diff options
Diffstat (limited to 'ahl-binding/role.cpp')
-rw-r--r-- | ahl-binding/role.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ahl-binding/role.cpp b/ahl-binding/role.cpp index 2be3dc5..5215a60 100644 --- a/ahl-binding/role.cpp +++ b/ahl-binding/role.cpp @@ -261,7 +261,7 @@ void role_t::volume(afb_request* r, json_object* o) json_object_object_add(a, "volume", value); afb_dynapi_call( - r->dynapi, + r->api, hal_.c_str(), stream_.c_str(), a, |