summaryrefslogtreecommitdiff
path: root/libkms++/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkms++/property.h')
-rw-r--r--libkms++/property.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libkms++/property.h b/libkms++/property.h
index ffab8d0..4cb2653 100644
--- a/libkms++/property.h
+++ b/libkms++/property.h
@@ -15,6 +15,7 @@ public:
const std::string& name() const;
+ const std::string to_str(uint64_t val) const;
private:
Property(Card& card, uint32_t id);
~Property();