From b5500d2f649ec8af6c30ec5ea1e649f467fc329c Mon Sep 17 00:00:00 2001 From: Mordred Date: Fri, 1 Dec 2017 00:03:24 +0100 Subject: [PATCH] wrong change... not supposed to remove qualifier on header --- src/tools/exd_struct_gen/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/exd_struct_gen/main.cpp b/src/tools/exd_struct_gen/main.cpp index 5ab0a145..5c90f29a 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" - " get" + exd + "( uint32_t " + exd + "Id )\n" + " Core::Data::ExdDataGenerated::get" + exd + "( uint32_t " + exd + "Id )\n" "{\n" " try\n" " {\n"