From ed4f331bc96b4abb711c5b47c969d5ecb3166e15 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 29 Dec 2025 22:43:23 +0100 Subject: feat: fix CMake example, update free functions. Signed-off-by: Amlal El Mahrouss --- test/fix_basic/fix.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/fix_basic/fix.test.cpp') diff --git a/test/fix_basic/fix.test.cpp b/test/fix_basic/fix.test.cpp index fd82965..82fb24c 100644 --- a/test/fix_basic/fix.test.cpp +++ b/test/fix_basic/fix.test.cpp @@ -22,8 +22,8 @@ constexpr char default_fix[] = { '1', '0', '=', '1', '4', '3', 0x01, 0x00 // CheckSum = 143 }; -ocl::fix::visitor basic_visitor; -ocl::fix::range_buffer fix = basic_visitor.visit(default_fix); +static ocl::fix::visitor basic_visitor; +static ocl::fix::range_buffer fix = basic_visitor.visit(default_fix); TEST(FIXTest, FIXGoodPacket) { -- cgit v1.2.3