aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/global.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-01-11 17:34:28 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:12:53 -0300
commit0e7ecded1f8d944ee138d79b46f10e5f6c6618c7 (patch)
treefbe345554c65c9f7f6b10a01bccda099bf1b34da /tests/samplebinding/global.h
parent640537a691a2cd0830e12810714ec0cc5164242a (diff)
Added test to assert the precedence of enum arguments over int implicit conversions.
This test is inspired by bug #511 [1], and it checks the precedence of an enum argument over a class that can be implicitly built from an integer. [1] http://bugs.openbossa.org/show_bug.cgi?id=511 Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'tests/samplebinding/global.h')
-rw-r--r--tests/samplebinding/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/samplebinding/global.h b/tests/samplebinding/global.h
index 181ed29f9..18ad56466 100644
--- a/tests/samplebinding/global.h
+++ b/tests/samplebinding/global.h
@@ -29,6 +29,7 @@
#include "oddbool.h"
#include "overload.h"
#include "pairuser.h"
+#include "pen.h"
#include "point.h"
#include "pointf.h"
#include "pointerholder.h"