From: David Zafman Date: Tue, 20 Aug 2013 19:24:40 +0000 (-0700) Subject: common: Fix get_namespace() definition in hobject_t X-Git-Tag: v0.71~69^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c4bcb469adc0787b116d85aa4a78f16d30970125;p=ceph.git common: Fix get_namespace() definition in hobject_t Signed-off-by: David Zafman --- diff --git a/src/common/hobject.h b/src/common/hobject.h index 633e471dffcd..f455e9f780a2 100644 --- a/src/common/hobject.h +++ b/src/common/hobject.h @@ -138,7 +138,7 @@ public: (*this) = temp; } - string get_namespace() const { + const string &get_namespace() const { return nspace; }