From fd0402d502df2ffa37b7d0fd03099e981b839505 Mon Sep 17 00:00:00 2001 From: "Elena.Subbotina" Date: Wed, 29 Mar 2023 10:23:28 +0300 Subject: [PATCH] . --- HtmlFile/Internal/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HtmlFile/Internal/src/main.cpp b/HtmlFile/Internal/src/main.cpp index 214eed2c..7b29ed58 100644 --- a/HtmlFile/Internal/src/main.cpp +++ b/HtmlFile/Internal/src/main.cpp @@ -121,7 +121,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance, g_globalParams->sDstPath = oNodeDstPath.GetText(); - td::vector oNodesFiles; + std::vector oNodesFiles; if (!oNode.GetNodes(L"file", oNodesFiles)) return 1;