From: Tomek Mrugalski Date: Tue, 23 Oct 2018 19:10:39 +0000 (+0200) Subject: [#65,!30] Corrected storage type. X-Git-Tag: 65-libyang-clean-keatext_base~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2b723d1ce1bccf2d69e2d6dd99d94b4707279e2;p=thirdparty%2Fkea.git [#65,!30] Corrected storage type. --- diff --git a/src/lib/yang/tests/yang_configs.h b/src/lib/yang/tests/yang_configs.h index 04573b1a1a..91cd3ae862 100644 --- a/src/lib/yang/tests/yang_configs.h +++ b/src/lib/yang/tests/yang_configs.h @@ -443,7 +443,7 @@ const YRTree designExampleTree = { }; /// @brief Set of example configurations -const std::map test_configs = +const std::vector> test_configs = { { exampleModel, exampleTree }, { testModel, testTree },