Skip to content

Commit

Permalink
Update include/OpenColorIO/OpenColorIO.h
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Dolan <michdolan@gmail.com>
Signed-off-by: Patrick Hodoul <Patrick.Hodoul@autodesk.com>
  • Loading branch information
hodoulp and michdolan committed Jun 28, 2021
1 parent 33b9afd commit 6ccb876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/OpenColorIO/OpenColorIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6ccb876

Please sign in to comment.