mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
Qualifier removed from generated file aswell as from generator itself, once again.
This commit is contained in:
parent
7c82ae8264
commit
f8fec2fb5b
2 changed files with 291 additions and 291 deletions
|
@ -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 >& ExdDataGenerated::get" + exd + "IdList()\n"
|
std::string IdListGetter = "const std::set< uint32_t >& 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
Loading…
Add table
Reference in a new issue