Skip to content

Commit

Permalink
Replace stray Imath:: with IMATH_NAMESPACE:: (#956)
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Mar 9, 2021
1 parent 7671225 commit 23ccbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/OpenEXRUtil/ImfCheckFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace {

using std::vector;
using std::max;
using Imath::Box2i;
using IMATH_NAMESPACE::Box2i;

//
// limits for reduceMemory mode
Expand Down

0 comments on commit 23ccbd1

Please sign in to comment.