1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17: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 af4f3229a9
commit 35409e1cc7

View file

@ -80,7 +80,7 @@ std::string generateDirectGetterDef( const std::string& exd )
std::string result = "";
result =
"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"
" try\n"
" {\n"