This commit is contained in:
Kirill Polyakov
2024-03-01 16:33:44 +03:00
parent 00c95da6c0
commit 1a86da3559
2 changed files with 33 additions and 24 deletions

View File

@ -85,7 +85,8 @@ namespace NSCSS
}
}
#ifdef CSS_CALCULATOR_WITH_XHTML
std::map<std::wstring, std::wstring> CCssCalculator_Private::GetPageData(const std::wstring &wsPageName)
{
if (m_arPageDatas.empty())
@ -248,6 +249,7 @@ namespace NSCSS
return arFindedElements;
}
#endif
void CCssCalculator_Private::AddPageData(const std::wstring &wsPageNames, const std::wstring &wsStyles)
{