typo
This commit is contained in:
parent
08f1a71e4b
commit
85804b797f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ metawriter_create(const boost::property_tree::ptree &pt) {
|
||||||
|
|
||||||
optional<boolean> pixel_coordinates = get_opt_attr<boolean>(pt, "pixel-coordinates");
|
optional<boolean> pixel_coordinates = get_opt_attr<boolean>(pt, "pixel-coordinates");
|
||||||
if (pixel_coordinates) {
|
if (pixel_coordinates) {
|
||||||
json->set_pixel_coordintates(*pixel_coordinates);
|
json->set_pixel_coordinates(*pixel_coordinates);
|
||||||
}
|
}
|
||||||
writer = json;
|
writer = json;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue