Skip to content

Commit

Permalink
tinyxml looks for FileName, not Filename during xml read
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuszagh committed Feb 16, 2020
1 parent 3818a03 commit c14eb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSPrimPolyhedronReader.cpp
Expand Up @@ -66,7 +66,7 @@ bool CSPrimPolyhedronReader::Update(std::string *ErrStr)

bool CSPrimPolyhedronReader::Write2XML(TiXmlElement &elem, bool parameterised)
{
elem.SetAttribute("Filename",m_filename);
elem.SetAttribute("FileName",m_filename);

switch (m_filetype)
{
Expand Down

0 comments on commit c14eb84

Please sign in to comment.