Browse Source

Update ICppInstance to match the new instance identifier.

pull/159/head
triton 11 years ago
parent
commit
b689de8e3f
  1. 2
      include/CppSharp.h

2
include/CppSharp.h

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
public interface class ICppInstance
{
property System::IntPtr Instance
property System::IntPtr __Instance
{
System::IntPtr get();
void set(System::IntPtr);

Loading…
Cancel
Save