comparison Framework/Scene2DViewport/EditLineMeasureTracker.cpp @ 869:60a403f01c31 toa2019062503

Fixed WARN --> WARNING (unsure how this builds fine under Windows...)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 25 Jun 2019 18:04:54 +0200
parents c71ef52602a0
children 0aff28f15ea2
comparison
equal deleted inserted replaced
868:b7f3cd9efe6f 869:60a403f01c31
79 GetCommand()->SetStart(newStart); 79 GetCommand()->SetStart(newStart);
80 GetCommand()->SetEnd(newEnd); 80 GetCommand()->SetEnd(newEnd);
81 } 81 }
82 break; 82 break;
83 default: 83 default:
84 LOG(WARN) << "Warning: please retry the measuring tool editing operation!"; 84 LOG(WARNING) << "Warning: please retry the measuring tool editing operation!";
85 break; 85 break;
86 } 86 }
87 } 87 }
88 88
89 void EditLineMeasureTracker::PointerUp(const PointerEvent& e) 89 void EditLineMeasureTracker::PointerUp(const PointerEvent& e)