mirror of https://github.com/mono/CppSharp.git
Browse Source
Fix the following warning by removing the new keyword: src/AST/Type.cs(230,25): warning CS0109: The member `CppSharp.AST.PointerType.IsReference' does not hide an inherited member. The new keyword is not required Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>pull/251/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue