diff options
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(), |