Skip to content

Commit

Permalink
BUG: Support ITK_LEGACY_SILENT
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Sep 4, 2024
1 parent 7192104 commit 4851faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Core/Common/include/itkAnatomicalOrientation.h
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ class ITKCommon_EXPORT AnatomicalOrientation
*
* @param legacyOrientation
*/
# ifdef ITK_LEGACY_REMOVE
# if defined(ITK_LEGACY_REMOVE) && !defined(ITK_LEGACY_SILENT)
[[deprecated("Use the AnatomicalOrientation::FromEnum type instead.")]]
# endif
AnatomicalOrientation(LegacyOrientationType legacyOrientation);
Expand All @@ -444,7 +444,7 @@ class ITKCommon_EXPORT AnatomicalOrientation
static AnatomicalOrientation
CreateFromFromStringEncoding(std::string str);

/** An involution to convert between "to" and "from" single charactor encoding strings.
/** An involution to convert between "to" and "from" single character encoding strings.
*
* For example the string "RAS" is converted to "LPI" and vice versa.
*
Expand Down

0 comments on commit 4851faa

Please sign in to comment.