]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/erasure-code/shec/ErasureCodePluginShec.cc
update sources to v12.1.0
[ceph.git] / ceph / src / erasure-code / shec / ErasureCodePluginShec.cc
index ded31692f50f5db596031008d792041a389d54b0..eb967f8d4637a73709af0492d43196f8c02d0384 100644 (file)
@@ -39,7 +39,7 @@ static ostream& _prefix(std::ostream* _dout)
 int ErasureCodePluginShec::factory(const std::string &directory,
                      ErasureCodeProfile &profile,
                      ErasureCodeInterfaceRef *erasure_code,
-                     ostream *ss) {
+                     std::ostream *ss) {
     ErasureCodeShec *interface;
 
     if (profile.find("technique") == profile.end())