diff OrthancStone/Sources/Scene2DViewport/MeasureCommands.cpp @ 1608:646e581e115b

replacing nullptr by NULL for VS2008 compatibility
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2020 22:21:06 +0100
parents 874e178f34e9
children 52b8b96cb55f
line wrap: on
line diff
--- a/OrthancStone/Sources/Scene2DViewport/MeasureCommands.cpp	Wed Oct 28 21:55:30 2020 +0100
+++ b/OrthancStone/Sources/Scene2DViewport/MeasureCommands.cpp	Wed Oct 28 22:21:06 2020 +0100
@@ -34,7 +34,7 @@
     if (viewport)
       return viewport->Lock();
     else
-      return nullptr;
+      return NULL;
   }