mirror of https://github.com/mono/CppSharp.git
Browse Source
Fix the following warning by renaming ParserResult::Parser to CodeParser. In file included from ../../../src/CppParser/Parser.h:16:0, from ../../../src/CppParser/Comments.cpp:8: ../../../src/CppParser/CppParser.h:86:13: warning: declaration of ‘CppSharp::CppParser::Parser* CppSharp::CppParser::ParserResult::Parser’ [-fpermissive] Parser* Parser; ^ ../../../src/CppParser/CppParser.h:73:8: warning: changes meaning of ‘Parser’ from ‘struct CppSharp::CppParser::Parser’ [-fpermissive] struct Parser; ^ Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>pull/262/head
3 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue