Merge pull request #1387 from ThomasWilshaw/ocio_namespace

ocioutils: Use OCIO_NAMESPACE for our namespace
This commit is contained in:
itsmattkc
2020-11-20 16:02:31 +11:00
committed by GitHub
+1 -1
View File
@@ -22,7 +22,7 @@
#define OCIOUTILS_H
#include <OpenColorIO/OpenColorIO.h>
namespace OCIO = OpenColorIO_v2_0dev;
namespace OCIO = OCIO_NAMESPACE;
#include "render/videoparams.h"