From 74361ce64acb688b0928cfb72bd88c525a767052 Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 30 Nov 2014 10:37:25 +0100 Subject: [PATCH] Test with argument templated --- wrap/tests/geometry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/tests/geometry.h b/wrap/tests/geometry.h index 3fec21ab9..0646ff456 100644 --- a/wrap/tests/geometry.h +++ b/wrap/tests/geometry.h @@ -106,7 +106,7 @@ virtual class MyTemplate : MyBase { MyTemplate(); template - void templatedMethod(const ARG& t); + ARG templatedMethod(const ARG& t); // Stress test templates and pointer combinations void accept_T(const T& value) const;