From 922e5cf8527fc2237c65d93a7ebdbb3bc8602220 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Wed, 5 Feb 2014 08:37:24 -0800 Subject: [PATCH] osd: fix type mismatch warning Signed-off-by: Noah Watkins --- src/osd/ReplicatedPG.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3