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

we sure want linux to build this too

This commit is contained in:
Mordred 2017-12-01 00:01:19 +01:00
parent f01eaf5710
commit 791a1dfb7e

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"