diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-25 11:37:17 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-25 11:37:17 +0300 |
commit | d30ec339a102acd479e4327f319416886c7a3473 (patch) | |
tree | 3fcd54b466fab8bf5577268cefd4ea84503f2672 /utils | |
parent | 11a1c56d4b78c731d84dcf4f2e93ce4675353c7b (diff) |
Split properties from DrmObject into DrmPropObject
Diffstat (limited to 'utils')
-rw-r--r-- | utils/kmsprint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/kmsprint.cpp b/utils/kmsprint.cpp index 7b9de8c..a57d33f 100644 --- a/utils/kmsprint.cpp +++ b/utils/kmsprint.cpp @@ -49,7 +49,7 @@ void print_property(uint64_t val, const Property& p, int ind) p.name().c_str(), p.id(), p.to_str(val).c_str()); } -void print_properties(DrmObject& o, int ind) +void print_properties(DrmPropObject& o, int ind) { auto pmap = o.get_prop_map(); printf("%sProperties, %u in total:\n", width(ind, "").c_str(), |