diff --git a/tools/framework/attribute.hpp b/tools/framework/attribute.hpp index dd98490..ce2e30f 100644 --- a/tools/framework/attribute.hpp +++ b/tools/framework/attribute.hpp @@ -15,6 +15,7 @@ namespace tai { class Attribute; using S_Attribute = std::shared_ptr; + using S_ConstAttribute = std::shared_ptr; using getter = std::function;