]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/dmclock/sim/src/ConfUtils.cc
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / dmclock / sim / src / ConfUtils.cc
index 74ddb06ee290dee30abb39b10dda898d09894853..a05f7dc4275c361096ba9e238796563141286b0c 100644 (file)
@@ -38,8 +38,8 @@ using std::string;
 
 ////////////////////////////// ConfLine //////////////////////////////
 ConfLine::
-ConfLine(const std::string &key_, const std::string val_,
-      const std::string newsection_, const std::string comment_, int line_no_)
+ConfLine(const std::string &key_, const std::string &val_,
+      const std::string &newsection_, const std::string &comment_, int line_no_)
   : key(key_), val(val_), newsection(newsection_)
 {
   // If you want to implement writable ConfFile support, you'll need to save