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:
parent
af4f3229a9
commit
35409e1cc7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue