Mercurial > hg > orthanc-stone
diff OrthancStone/Sources/Scene2D/Internals/FixedPointAligner.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 | 9ac2a65d4172 |
line wrap: on
line diff
--- a/OrthancStone/Sources/Scene2D/Internals/FixedPointAligner.cpp Wed Oct 28 21:55:30 2020 +0100 +++ b/OrthancStone/Sources/Scene2D/Internals/FixedPointAligner.cpp Wed Oct 28 22:21:06 2020 +0100 @@ -41,7 +41,7 @@ if (viewport) return viewport->Lock(); else - return nullptr; + return NULL; } void FixedPointAligner::Apply()