From f22eaa29f572cfebb5119b8ccbb027c0ebb1bea5 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 27 Oct 2019 18:35:42 -0500 Subject: [PATCH] No need to explicitly provide namespace --- include/ipfs/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ipfs/client.h b/include/ipfs/client.h index 2f85073..fbd892d 100644 --- a/include/ipfs/client.h +++ b/include/ipfs/client.h @@ -389,7 +389,7 @@ class Client { * ttl: // string - Duration in client's cache. * } */ - const ipfs::Json& options, + const Json& options, /** [out] IPNS name id (multihash) of the named object. */ std::string* name_id);