Mercurial > hg > piper-cpp
diff vamp-capnp/VampnProto.h @ 171:8d2b12442903
Merge branch 'master' of https://github.com/piper-audio/piper-cpp
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 31 Jan 2017 15:07:39 +0000 |
parents | 590b1a1fd955 |
children | 3eb00e5c76c4 |
line wrap: on
line diff
--- a/vamp-capnp/VampnProto.h Tue Jan 31 14:07:18 2017 +0000 +++ b/vamp-capnp/VampnProto.h Tue Jan 31 15:07:39 2017 +0000 @@ -912,7 +912,7 @@ getRequestResponseType(const piper::RpcResponse::Reader &r) { switch (r.getResponse().which()) { case piper::RpcResponse::Response::Which::ERROR: - return RRType::NotValid; //!!! or error type? test this + return RRType::NotValid; case piper::RpcResponse::Response::Which::LIST: return RRType::List; case piper::RpcResponse::Response::Which::LOAD: