From 905eacc3b638e70f25958b7c25f09077b143e387 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Tue, 20 Oct 2015 16:50:57 +0300 Subject: libkms++/property: Add const std::string to_str(uint64_t val) const --- libkms++/property.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libkms++/property.h') 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(); -- cgit v1.2.3