aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/global.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-11-06 13:34:56 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-11-06 13:34:56 -0300
commitf69bf045ad195efe9725c2c6a483a1473cd9ce43 (patch)
tree6e1edcc8a42a48ce63a8581a771417088d92882b /tests/samplebinding/global.h
parent858e19f8ace26fd1b38d516dc5023530d8e53544 (diff)
added a new test called Time with a set of constructor and method
signatures to test the overload decisor on more situations; also a clarifying comment was added to the Point class
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 d119e9939..5e240bca6 100644
--- a/tests/samplebinding/global.h
+++ b/tests/samplebinding/global.h
@@ -21,5 +21,6 @@
#include "simplefile.h"
#include "size.h"
#include "str.h"
+#include "sometime.h"
#include "virtualmethods.h"