File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,9 +98,11 @@ constexpr auto_enroll_flag_t DONT_RETURN_INTERMEDIATE_RESULTS{1U << 2}; //!< Do
9898constexpr auto_enroll_flag_t ALLOW_OVERWRITE_PAGE {1U << 3 }; // !< Allow overwriting of page_id
9999constexpr auto_enroll_flag_t PROHIBIT_DUPLICATE_TEMPLATE {1U << 4 }; // !< Template Duplication prohibited
100100constexpr auto_enroll_flag_t NO_NEED_RELEASE_FINGER {1U << 5 }; // !< No need to release finger
101- // ! @deprecated Use NO_NEED_RELEASE_FINGER
102- [[deprecated("use NO_NEED_RELEASE_FINGER")]]
103- constexpr auto_enroll_flag_t NO_NEED_RELAESE_FINGER = NO_NEED_RELEASE_FINGER ;
101+
102+ /* ! @deprecated Use NO_NEED_RELEASE_FINGER */
103+ [[deprecated("use NO_NEED_RELEASE_FINGER")]] constexpr auto_enroll_flag_t NO_NEED_RELAESE_FINGER =
104+ NO_NEED_RELEASE_FINGER ;
105+
104106} // namespace auto_enroll_flag
105107
106108/* !
You can’t perform that action at this time.
0 commit comments