Skip to content

Commit 11edb00

Browse files
committed
fixup! libyang CHANGE refactor flag names and attributes holding them
1 parent 974a8b4 commit 11edb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swig/cpp/src/Tree_Schema.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Type::~Type() {};
183183
std::vector<S_Ext_Instance> *Type::ext() LY_NEW_P_LIST(type, ext, ext_size, Ext_Instance);
184184
S_Tpdf Type::der() {return type->der ? std::make_shared<Tpdf>(type->der, deleter) : nullptr;};
185185
S_Tpdf Type::parent() {return type->parent ? std::make_shared<Tpdf>(type->parent, deleter) : nullptr;};
186-
S_Type_Info Type::info() {return std::make_shared<Type_Info>(type->info, &type->base, type->flags, deleter);};
186+
S_Type_Info Type::info() {return std::make_shared<Type_Info>(type->info, &type->base, type->value_flags, deleter);};
187187

188188
Iffeature::Iffeature(struct lys_iffeature *iffeature, S_Deleter deleter):
189189
iffeature(iffeature),

0 commit comments

Comments
 (0)