linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59021 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Ivan.Shulga
2014-10-20 12:30:00 +00:00
committed by Alexander Trofimov
parent 26caa9eaed
commit 40e0718e0d

View File

@ -52,8 +52,10 @@ namespace PPTX
lColorIndex._set(node.GetAttribute(_T("hlink"))); ColorMap.insert(std::pair<CString,Limit::ColorSchemeIndex>(_T("hlink"), lColorIndex));
}
void fromXMLW(XmlUtils::CXmlNode& node)
void fromXMLW(const XmlUtils::CXmlNode& cnode)
{
XmlUtils::CXmlNode& node = const_cast<XmlUtils::CXmlNode&> (cnode);
m_name = node.GetName();
ColorMap.clear();
@ -153,4 +155,4 @@ namespace PPTX
} // namespace Logic
} // namespace PPTX
#endif // PPTX_LOGIC_CLRMAP_INCLUDE_H_
#endif // PPTX_LOGIC_CLRMAP_INCLUDE_H_