From 2fed67be0a0fb63b461fb27c4ee7d075f54197f9 Mon Sep 17 00:00:00 2001 From: Frederick Roy Date: Fri, 15 Dec 2023 13:07:14 +0900 Subject: [PATCH] Update Sofa/framework/Simulation/Core/src/sofa/simulation/config.h.in (typo) Co-authored-by: Alex Bilger --- Sofa/framework/Simulation/Core/src/sofa/simulation/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sofa/framework/Simulation/Core/src/sofa/simulation/config.h.in b/Sofa/framework/Simulation/Core/src/sofa/simulation/config.h.in index 202dc5006456..9c80cf1bd835 100644 --- a/Sofa/framework/Simulation/Core/src/sofa/simulation/config.h.in +++ b/Sofa/framework/Simulation/Core/src/sofa/simulation/config.h.in @@ -253,5 +253,5 @@ SOFA_ATTRIBUTE_DEPRECATED( \ #define SOFA_ATTRIBUTE_DEPRECATED_NODEDATA() #else #define SOFA_ATTRIBUTE_DEPRECATED_NODEDATA() \ -SOFA_ATTRIBUTE_DEPRECATED("v23.12", "v24.06", "rootdata/nodedata feature was never really used so it has been deprecated. All the related functions/members/variables wont do anything.") +SOFA_ATTRIBUTE_DEPRECATED("v23.12", "v24.06", "rootdata/nodedata feature was never really used so it has been deprecated. All the related functions/members/variables won't do anything.") #endif // SOFA_BUILD_SOFA_SIMULATION_CORE