Codechange: Replace CStrA with std::string
This commit is contained in:
@@ -317,7 +317,7 @@ public:
|
||||
void DumpBase(DumpTarget &dmp) const
|
||||
{
|
||||
dmp.WriteStructT("m_nodes", &m_nodes);
|
||||
dmp.WriteLine("m_num_steps = %d", m_num_steps);
|
||||
dmp.WriteValue("m_num_steps", m_num_steps);
|
||||
}
|
||||
|
||||
/* methods that should be implemented at derived class Types::Tpf (derived from CYapfBaseT) */
|
||||
|
Reference in New Issue
Block a user