diff --git a/etcd/Response.hpp b/etcd/Response.hpp index 7b91d22..0faf1c7 100644 --- a/etcd/Response.hpp +++ b/etcd/Response.hpp @@ -39,7 +39,7 @@ namespace etcd return resp; }); - }; + } Response(); diff --git a/v3/include/action_constants.hpp b/v3/include/action_constants.hpp index 00a6769..ea7c347 100644 --- a/v3/include/action_constants.hpp +++ b/v3/include/action_constants.hpp @@ -11,6 +11,6 @@ namespace etcdv3 extern char const * COMPARESWAP_ACTION; extern char const * COMPAREDELETE_ACTION; -}; +} #endif