summaryrefslogtreecommitdiffstats
path: root/qtsharp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-10 01:55:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-10 01:55:05 -0500
commitb2e0df6cf55f8accd86fb0a726724744857714f4 (patch)
tree79d585af09ab3e1a22393a8d80bcb23b7a26e9bc /qtsharp
parentc87286d815eddf298686450f1ef1bf033161db84 (diff)
downloadtdebindings-b2e0df6cf55f8accd86fb0a726724744857714f4.tar.gz
tdebindings-b2e0df6cf55f8accd86fb0a726724744857714f4.zip
Fix a number of tdebindings build issues
This partially resolves Bug 597 Thanks to Darrell Anderson for the patch!
Diffstat (limited to 'qtsharp')
-rw-r--r--qtsharp/src/generator/Printer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsharp/src/generator/Printer.cs b/qtsharp/src/generator/Printer.cs
index 458de169..cb90c4b8 100644
--- a/qtsharp/src/generator/Printer.cs
+++ b/qtsharp/src/generator/Printer.cs
@@ -226,7 +226,7 @@ namespace QtCSharp {
{
if (check)
return "\n\n\t\t\tif ((qparent = parent) != null)\n" +
- "\t\t\t\parent.AddChild (this);\n";
+ "\t\t\tparent.AddChild (this);\n";
else
return "";
}