1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

Removed extra qualifier

This commit is contained in:
Mordred 2018-01-30 14:47:27 +01:00 committed by GitHub
parent f3d3b86dea
commit 6bbe0385cd

View file

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