Skip to content

Commit 6e6a70d

Browse files
committed
Updated C++# to remove ignored copy constructors.
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent e8c19f8 commit 6e6a70d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QtSharp/QtSharp.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ public void Setup(Driver driver)
171171
driver.Options.GenerateSingleCSharpFile = true;
172172
driver.Options.GenerateInlines = true;
173173
driver.Options.CompileCode = true;
174-
driver.Options.GenerateCopyConstructors = true;
175174
driver.Options.GenerateDefaultValuesForArguments = true;
176175
driver.Options.GenerateConversionOperators = true;
177176
driver.Options.MarshalCharAsManagedChar = true;

0 commit comments

Comments
 (0)