Skip to content

Commit b62a6d0

Browse files
Make public function definition inline (#1106)
Co-authored-by: John Wellbelove <[email protected]>
1 parent 2df0039 commit b62a6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/etl/error_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ namespace etl
282282
/// Sets the assert function.
283283
/// The argument function signature is void(*)(const etl::exception&)
284284
//***************************************************************************
285-
void set_assert_function(etl::private_error_handler::assert_function_ptr_t afptr)
285+
inline void set_assert_function(etl::private_error_handler::assert_function_ptr_t afptr)
286286
{
287287
etl::private_error_handler::assert_handler<0>::assert_function_ptr = afptr;
288288
}

0 commit comments

Comments
 (0)