diff --git a/HtmlFile2/htmlfile2.h b/HtmlFile2/htmlfile2.h index 84ff338d5d..11b693b29d 100644 --- a/HtmlFile2/htmlfile2.h +++ b/HtmlFile2/htmlfile2.h @@ -12,6 +12,13 @@ #define HTMLFILE2_DECL_EXPORT Q_DECL_EXPORT #endif +struct CNode +{ + std::wstring m_sName; // Имя тэга + std::wstring m_sId; // Id тэга + std::wstring m_sClass; // Класс тэга +}; + struct CHtmlParams { std::wstring m_sGenres; // Жанры