mirror of https://github.com/mono/CppSharp.git
Browse Source
Fix the following warning by renaming RawComment::RawCommentKind to Kind. In file included from ../../../src/CppParser/AST.cpp:8:0: ../../../src/CppParser/AST.h:780:20: warning: declaration of ‘CppSharp::CppParser::AST::RawCommentKind CppSharp::CppParser::AST::RawComment::RawCommentKind’ [-fpermissive] RawCommentKind RawCommentKind; ^ ../../../src/CppParser/AST.h:765:13: warning: changes meaning of ‘RawCommentKind’ from ‘enum class CppSharp::CppParser::AST::RawCommentKind’ [-fpermissive] enum struct RawCommentKind ^ Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>pull/262/head
3 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue