Skip to content
Snippets Groups Projects
Commit ea877062 authored by Kornel's avatar Kornel
Browse files

ProfileDescriptionMLTag is an MLU

parent 0acade6b
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ impl<'a> Tag<'a> {
(DeviceMfgDescTag, &Tag::MLU(data)) |
(DeviceModelDescTag, &Tag::MLU(data)) |
(ProfileDescriptionTag, &Tag::MLU(data)) |
(ProfileDescriptionMLTag, &Tag::MLU(data)) |
(ScreeningDescTag, &Tag::MLU(data)) => {
data.as_ptr() as *const _
},
......@@ -111,6 +112,7 @@ impl<'a> Tag<'a> {
DeviceMfgDescTag |
DeviceModelDescTag |
ProfileDescriptionTag |
ProfileDescriptionMLTag |
ScreeningDescTag |
ViewingCondDescTag => Tag::MLU(MLURef::from_ptr(data as *mut _)),
ChromaticityTag |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment