diff --git a/libkms++/property.h b/libkms++/property.h
index 24d2ae93887de1bb41df516b11423e98aa05fb0d..ffab8d0cd05c911d22b1e1ab82c24e7b3a62ddf6 100644 (file)
--- a/libkms++/property.h
+++ b/libkms++/property.h
public:
void print_short() const;
- const char *name() const;
+ const std::string& name() const;
private:
Property(Card& card, uint32_t id);
~Property();
PropertyPriv* m_priv;
+ std::string m_name;
};
}