diff Framework/Scene2DViewport/EditAngleMeasureTracker.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
line wrap: on
line diff
--- a/Framework/Scene2DViewport/EditAngleMeasureTracker.cpp	Tue Jun 25 18:04:09 2019 +0200
+++ b/Framework/Scene2DViewport/EditAngleMeasureTracker.cpp	Tue Jun 25 18:04:54 2019 +0200
@@ -86,7 +86,7 @@
     }
     break;
     default:
-      LOG(WARN) << "Warning: please retry the measuring tool editing operation!";
+      LOG(WARNING) << "Warning: please retry the measuring tool editing operation!";
       break;
     }
   }