X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fxml%2Fattribute-record.h;h=bfae19e21cb9f714f6119f0c6bf6895e8d239d55;hb=8a539cb9d32e7082b6a2774815acc2eccc5e1694;hp=30d8576d07dbad764a9505bc24fe7a60bb5dc5c0;hpb=e7cd2ec3e1687a262ebe95e5ac7a47f8ab147ce2;p=inkscape.git diff --git a/src/xml/attribute-record.h b/src/xml/attribute-record.h index 30d8576d0..bfae19e21 100644 --- a/src/xml/attribute-record.h +++ b/src/xml/attribute-record.h @@ -13,11 +13,11 @@ namespace Inkscape { namespace XML { struct AttributeRecord : public Inkscape::GC::Managed<> { - AttributeRecord(GQuark k, Inkscape::Util::shared_ptr v) + AttributeRecord(GQuark k, Inkscape::Util::ptr_shared v) : key(k), value(v) {} GQuark key; - Inkscape::Util::shared_ptr value; + Inkscape::Util::ptr_shared value; // accept default copy constructor and assignment operator };