diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-28 19:41:33 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-28 19:41:33 +0200 |
| commit | 78e8a621beff8ccd410f2e2c0b6df7f3931b52eb (patch) | |
| tree | 080672eb1e183fff0ef628dfc3ae6628cb8d10f5 /lib/core/c++/schema.hpp | |
| parent | 3a27bca74e7645874e52f101d467aff8ff7d78f4 (diff) | |
| parent | 283ff837896c805bddf4962caaa54c26aa8bab1f (diff) | |
| download | libs-lbm-78e8a621beff8ccd410f2e2c0b6df7f3931b52eb.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'lib/core/c++/schema.hpp')
| -rw-r--r-- | lib/core/c++/schema.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/core/c++/schema.hpp b/lib/core/c++/schema.hpp index 0c92ae6..7712f99 100644 --- a/lib/core/c++/schema.hpp +++ b/lib/core/c++/schema.hpp @@ -3,9 +3,9 @@ #include <forstio/codec/schema.hpp> namespace kel { - namespace lbm { - namespace sch { - using namespace saw::schema; - } - } +namespace lbm { +namespace sch { +using namespace saw::schema; +} +} } |
