mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
wrong change... not supposed to remove qualifier on header
This commit is contained in:
parent
791a1dfb7e
commit
b5500d2f64
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
" get" + exd + "( uint32_t " + exd + "Id )\n"
|
" Core::Data::ExdDataGenerated::get" + exd + "( uint32_t " + exd + "Id )\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" try\n"
|
" try\n"
|
||||||
" {\n"
|
" {\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue