<< "\t";
}
- m_Impl << "On" << it->GetFriendlyName() << "Changed(static_cast<" << klass.Name << " *>(this), cookie);" << std::endl
+ m_Impl << "\t" << "On" << it->GetFriendlyName() << "Changed(static_cast<" << klass.Name << " *>(this), cookie);" << std::endl
<< "}" << std::endl << std::endl;
}
if (it->DefaultAccessor.empty())
m_Impl << "\t" << "return " << realType << "();" << std::endl;
else
- m_Impl << it->DefaultAccessor << std::endl;
+ m_Impl << "\t" << it->DefaultAccessor << std::endl;
- m_Impl << "}" << std::endl;
+ m_Impl << "}" << std::endl << std::endl;
}
/* validators */