mirror of https://github.com/mono/CppSharp.git
8 changed files with 16 additions and 16 deletions
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "VirtualTests.h" |
||||
#include "InheritanceTests.h" |
||||
|
||||
NumberClass::NumberClass (int n) |
||||
: num (n) |
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "ByValTests.h" |
||||
#include "MarshalingTests.h" |
||||
|
||||
ClassWithCopyCtor::ClassWithCopyCtor(const ClassWithCopyCtor& f) { |
||||
x = f.x; |
Loading…
Reference in new issue