Browse Source

Update ICppInstance to match the new instance identifier.

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

2
include/CppSharp.h

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

Loading…
Cancel
Save