From: Noah Watkins Date: Wed, 5 Feb 2014 16:37:24 +0000 (-0800) Subject: osd: fix type mismatch warning X-Git-Tag: v0.78~222^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1187%2Fhead;p=ceph.git osd: fix type mismatch warning Signed-off-by: Noah Watkins --- diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h index 208ee40074ab..388d0443d47f 100644 --- a/src/osd/ReplicatedPG.h +++ b/src/osd/ReplicatedPG.h @@ -510,7 +510,7 @@ public: } } }; - friend class OpContext; + friend struct OpContext; /* * State on the PG primary associated with the replicated mutation