From 8ff02eee9d97e026869c1b42eda9a868a609f42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Enrique=20Mu=C3=B1oz=20Mart=C3=ADn?= Date: Thu, 31 Oct 2019 14:42:00 +0100 Subject: [PATCH] Removed unused inline (#835) --- include/fastrtps/types/DynamicData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fastrtps/types/DynamicData.h b/include/fastrtps/types/DynamicData.h index 1ac8257e571..0d44088c9ed 100644 --- a/include/fastrtps/types/DynamicData.h +++ b/include/fastrtps/types/DynamicData.h @@ -40,7 +40,7 @@ class DynamicData RTPS_DllAPI ResponseCode ClearValue(MemberId id); RTPS_DllAPI bool Equals(const DynamicData* other) const; - RTPS_DllAPI inline TypeKind GetKind() const; + RTPS_DllAPI TypeKind GetKind() const; RTPS_DllAPI uint32_t GetItemCount() const; RTPS_DllAPI std::string GetName();