diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h index 2057f7d9d79..208ee40074a 100644 --- a/src/osd/ReplicatedPG.h +++ b/src/osd/ReplicatedPG.h @@ -239,7 +239,7 @@ public: template class BlessedGenContext : public GenContext { - ReplicatedPG *pg; + ReplicatedPGRef pg; GenContext *c; epoch_t e; public: @@ -255,7 +255,7 @@ public: } }; class BlessedContext : public Context { - ReplicatedPG *pg; + ReplicatedPGRef pg; Context *c; epoch_t e; public: