diff options
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> { }; } |