aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/global.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-31 19:39:09 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-31 19:42:53 -0300
commit1eef8c3c7c905675ddeb09e7ada3e98e8b6fa4b5 (patch)
tree48fe5608bd68d25ec003aaa1d03ddf8be9c4c05e /tests/samplebinding/global.h
parente853413dc073d187ccc0a5d5c252332b4f5e37c1 (diff)
Added a corner case to broke Shiboken tests >:-)
Shiboken generates wrong C++ code when exists a function/method that returns a type without a default constructor.
Diffstat (limited to 'tests/samplebinding/global.h')
-rw-r--r--tests/samplebinding/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/samplebinding/global.h b/tests/samplebinding/global.h
index 98fdd2144..893917654 100644
--- a/tests/samplebinding/global.h
+++ b/tests/samplebinding/global.h
@@ -13,4 +13,4 @@
#include "implicitconv.h"
#include "reference.h"
#include "virtualmethods.h"
-
+#include "nondefaultctor.h"