diff Applications/Generic/GuiAdapter.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 f0bf971a1e31
children 9953f16c304d 52b1c6ff10c5
line wrap: on
line diff
--- a/Applications/Generic/GuiAdapter.cpp	Tue Jun 25 18:04:09 2019 +0200
+++ b/Applications/Generic/GuiAdapter.cpp	Tue Jun 25 18:04:54 2019 +0200
@@ -638,7 +638,7 @@
   {
     if (windowID == 0)
     {
-      LOG(WARN) << "GuiAdapter::OnMouseEvent -- windowID == 0 and event won't be routed!";
+      LOG(WARNING) << "GuiAdapter::OnMouseEvent -- windowID == 0 and event won't be routed!";
     }
     else
     {