From 595cdfd51594af7cee4258a1ed92b06c6bf0171d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 11 Feb 2026 17:27:59 +0100 Subject: Fixing --- lib/core/c++/args.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/core/c++/args.hpp') diff --git a/lib/core/c++/args.hpp b/lib/core/c++/args.hpp index 99c6172..01b4795 100644 --- a/lib/core/c++/args.hpp +++ b/lib/core/c++/args.hpp @@ -8,5 +8,9 @@ namespace lbm { namespace sch { using namespace saw::schema; } + +saw::error_or init_lbm_env(){ + return saw::make_void(); +} } } -- cgit v1.2.3