diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-06-22 14:45:39 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-06-22 14:45:39 +0200 |
commit | fd35c046e8bcfa8cd8ee5566084016c56f57bb42 (patch) | |
tree | 25a6ab0d59ec3d64ed05cc8789ffe22036e47e4e /src/codec/forst.h | |
parent | 056ab6893ca18c33c7fb01d24498f9149fba4e8a (diff) |
c++,codec: Protocol forst cleanup
Diffstat (limited to 'src/codec/forst.h')
-rw-r--r-- | src/codec/forst.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codec/forst.h b/src/codec/forst.h index fee5fa6..cadf78e 100644 --- a/src/codec/forst.h +++ b/src/codec/forst.h @@ -4,10 +4,10 @@ namespace saw { namespace encode { -struct Forst {}; +struct KelForst {}; } -class data<schema::String, encode::Forst> { +class data<schema::String, encode::KelForst> { }; } |