diff --git a/include/CppSharp.h b/include/CppSharp.h index 9990e2df..35869a07 100644 --- a/include/CppSharp.h +++ b/include/CppSharp.h @@ -13,10 +13,10 @@ public interface class ICppInstance { - property System::IntPtr^ NativePtr + property System::IntPtr Instance { - System::IntPtr^ get(); - void set(System::IntPtr^); + System::IntPtr get(); + void set(System::IntPtr); } };