From 9d0b10d0746a8e2b39abff5a90fcb45850922d30 Mon Sep 17 00:00:00 2001 From: sdixon Date: Wed, 7 Aug 2024 13:50:52 +0100 Subject: [PATCH] removing erroneous inline keyword in legacy_client.h declarations --- source/client/legacy_client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/client/legacy_client.h b/source/client/legacy_client.h index be621308..761dd1b7 100644 --- a/source/client/legacy_client.h +++ b/source/client/legacy_client.h @@ -8,8 +8,8 @@ extern "C" { #endif -LIBRARY_API inline void idamFree(int handle); -LIBRARY_API inline void idamFreeAll(); +LIBRARY_API void idamFree(int handle); +LIBRARY_API void idamFreeAll(); #ifdef __cplusplus }