diff --git a/src/tools/exd_struct_gen/main.cpp b/src/tools/exd_struct_gen/main.cpp index 5c90f29a..5ab0a145 100644 --- a/src/tools/exd_struct_gen/main.cpp +++ b/src/tools/exd_struct_gen/main.cpp @@ -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"