aboutsummaryrefslogtreecommitdiff
path: root/drmproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'drmproperty.h')
-rw-r--r--drmproperty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drmproperty.h b/drmproperty.h
index f1328fe..36cd63d 100644
--- a/drmproperty.h
+++ b/drmproperty.h
@@ -45,7 +45,7 @@ class DrmProperty {
uint32_t id() const;
std::string name() const;
- int value(uint64_t *value) const;
+ std::tuple<int, uint64_t> value() const;
bool immutable() const;
private: