fixes
This commit is contained in:
@@ -157,7 +157,7 @@ public:
|
||||
template <typename... CtorArgTs>
|
||||
AdcGenericDevice& addAttribute(CtorArgTs&&... ctor_args)
|
||||
{
|
||||
return addAttribute({std::forward<CtorArgTs>(ctor_args)...});
|
||||
return addAttribute(AttributeT(std::forward<CtorArgTs>(ctor_args)...));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user