1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

Remove the right extra qualifier this time

This commit is contained in:
Mordred 2017-12-01 00:06:50 +01:00
parent b5500d2f64
commit a42dbd7b96
2 changed files with 291 additions and 291 deletions

View file

@ -53,7 +53,7 @@ std::string generateDirectGetters( const std::string& exd )
std::string generateIdListGetter( const std::string &exd ) std::string generateIdListGetter( const std::string &exd )
{ {
std::string IdListGetter = "const std::set< uint32_t >& Core::Data::ExdDataGenerated::get" + exd + "IdList()\n" std::string IdListGetter = "const std::set< uint32_t >& ExdDataGenerated::get" + exd + "IdList()\n"
"{\n" "{\n"
" if( m_" + exd + "IdList.size() == 0 )\n" " if( m_" + exd + "IdList.size() == 0 )\n"
" loadIdList( m_" + exd + "Dat, m_" + exd + "IdList );\n" " loadIdList( m_" + exd + "Dat, m_" + exd + "IdList );\n"

File diff suppressed because it is too large Load diff