From 6ccb876494332f964c1499cc079b70d04357d2ab Mon Sep 17 00:00:00 2001 From: Patrick Hodoul Date: Mon, 28 Jun 2021 07:59:57 -0400 Subject: [PATCH] Update include/OpenColorIO/OpenColorIO.h Co-authored-by: Michael Dolan Signed-off-by: Patrick Hodoul --- include/OpenColorIO/OpenColorIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/OpenColorIO/OpenColorIO.h b/include/OpenColorIO/OpenColorIO.h index e49243aa3f..2d7aaeb09a 100644 --- a/include/OpenColorIO/OpenColorIO.h +++ b/include/OpenColorIO/OpenColorIO.h @@ -1010,7 +1010,7 @@ class OCIOEXPORT Config * * If strict parsing is disabled, return ROLE_DEFAULT (if defined). * * If the default role is not defined, return an empty string. */ - OCIO_DEPRECATED("This is now deprecated starting at v2.0, please use Config::getColorSpaceFromFilepath().") + OCIO_DEPRECATED("This was marked as deprecated starting in v2.0, please use Config::getColorSpaceFromFilepath().") const char * parseColorSpaceFromString(const char * str) const; bool isStrictParsingEnabled() const;