1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-16 15:37:45 +00:00

wrong change... not supposed to remove qualifier on header

This commit is contained in:
Mordred 2017-12-01 00:03:24 +01:00
parent 35409e1cc7
commit 954b4a9173

View file

@ -80,7 +80,7 @@ std::string generateDirectGetterDef( const std::string& exd )
std::string result = "";
result =
"boost::shared_ptr< Core::Data::" + exd + " >\n"
" get" + exd + "( uint32_t " + exd + "Id )\n"
" Core::Data::ExdDataGenerated::get" + exd + "( uint32_t " + exd + "Id )\n"
"{\n"
" try\n"
" {\n"