From ff3796f29d2fbc575743402e4a54ba0a0e87f102 Mon Sep 17 00:00:00 2001 From: "S. Kozyr" Date: Tue, 12 Sep 2023 11:36:03 +0300 Subject: [PATCH] Fix compilation error Signed-off-by: S. Kozyr --- kml/kml_tests/tests_data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kml/kml_tests/tests_data.hpp b/kml/kml_tests/tests_data.hpp index 29c77df0cb..0a719c5a1d 100644 --- a/kml/kml_tests/tests_data.hpp +++ b/kml/kml_tests/tests_data.hpp @@ -1583,4 +1583,4 @@ std::vector const kBinKmlV8 = { 0x17, 0x08, 0xf3, 0x58, 0x46, 0xc6, 0x99, 0x76, 0x1c, 0xcd, 0x4f, 0x22, 0x70, 0x7c, 0x4f, 0x02, 0x76, 0xb6, 0x17, 0x26, 0x46, 0x2f, 0x4c, 0xa2, 0x32, 0x03, 0x73, 0x28, 0x03, 0x8d, 0x3a, 0x5e, 0x98, 0x00, 0x01, 0x00, 0x29, -} +};