diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-24 16:53:50 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-24 16:54:08 +0100 |
| commit | 70cd59d1e9f831c8c0b5d0bd379218ff5db8314b (patch) | |
| tree | a91fb2d07ce17a7a2daed8735b46d0189c09e648 /src/fix | |
| parent | 700510fe095085572250830dd7c2ff8b41023031 (diff) | |
feat: lib: add CMake build support.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/fix')
| -rw-r--r-- | src/fix/parser_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
