From 70cd59d1e9f831c8c0b5d0bd379218ff5db8314b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 24 Dec 2025 16:53:50 +0100 Subject: feat: lib: add CMake build support. Signed-off-by: Amlal El Mahrouss --- src/fix/parser_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fix/parser_impl.cpp') diff --git a/src/fix/parser_impl.cpp b/src/fix/parser_impl.cpp index cc18035..b776dcd 100644 --- a/src/fix/parser_impl.cpp +++ b/src/fix/parser_impl.cpp @@ -78,7 +78,7 @@ namespace ocl::fix } }; - visitor::visitor() = default; + visitor::visitor() = default; visitor::~visitor() = default; /// \brief Alias of visit. -- cgit v1.2.3