diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-02-11 17:27:59 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-02-11 17:27:59 +0100 |
| commit | 595cdfd51594af7cee4258a1ed92b06c6bf0171d (patch) | |
| tree | 9a71f60802d808678268bcbc843fd1cb7b83264a /lib/core/c++/args.hpp | |
| parent | 8945f921d6393689c54133ec84ff79008e132685 (diff) | |
| download | libs-lbm-595cdfd51594af7cee4258a1ed92b06c6bf0171d.tar.gz | |
Fixing
Diffstat (limited to 'lib/core/c++/args.hpp')
| -rw-r--r-- | lib/core/c++/args.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
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<void> init_lbm_env(){ + return saw::make_void(); +} } } |
