summaryrefslogtreecommitdiff
path: root/modules/codec/c++
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++')
-rw-r--r--modules/codec/c++/simple.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/codec/c++/simple.hpp b/modules/codec/c++/simple.hpp
index b0cdfd9..33831b6 100644
--- a/modules/codec/c++/simple.hpp
+++ b/modules/codec/c++/simple.hpp
@@ -8,7 +8,9 @@
namespace saw {
namespace encode {
-struct KelSimple {};
+struct KelSimple {
+ static constexpr string_literal name = "encode::KelSimple";
+};
}
template<typename T>