diff --git a/libkms++/property.h b/libkms++/property.h
index ffab8d0cd05c911d22b1e1ab82c24e7b3a62ddf6..4cb265351a19c16c9cb6da69874f89be5d9ea527 100644 (file)
--- a/libkms++/property.h
+++ b/libkms++/property.h
const std::string& name() const;
+ const std::string to_str(uint64_t val) const;
private:
Property(Card& card, uint32_t id);
~Property();