diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/erebos/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erebos/network.h b/include/erebos/network.h index 07ae586..b47efee 100644 --- a/include/erebos/network.h +++ b/include/erebos/network.h @@ -24,7 +24,7 @@ public: const Head<LocalState> & localHead() const; const Bhv<LocalState> & localState() const; - const Identity & identity() const; + Identity identity() const; template<class S> S & svc(); class PeerList & peerList() const; |