Skip to content

Commit

Permalink
removing erroneous inline keyword in legacy_client.h declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 7, 2024
1 parent 3ad2165 commit 9d0b10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/client/legacy_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9d0b10d

Please sign in to comment.