From a30e627ffccf36384689295ce54af32e38ef5ef8 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 18 Jan 2015 18:22:14 +0100 Subject: Droped Rtti class, using RttiType instead --- test/core/common/ArgumentTest.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/core/common/ArgumentTest.cpp') diff --git a/test/core/common/ArgumentTest.cpp b/test/core/common/ArgumentTest.cpp index e580986..d7d0d6a 100644 --- a/test/core/common/ArgumentTest.cpp +++ b/test/core/common/ArgumentTest.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include @@ -46,10 +46,10 @@ public: } namespace RttiTypes { -static const Rtti TestManaged1 = - RttiBuilder("TestManaged1"); -static const Rtti TestManaged2 = - RttiBuilder("TestManaged2").parent(&TestManaged1); +static const RttiType TestManaged1 = + RttiBuilder("TestManaged1"); +static const RttiType TestManaged2 = + RttiBuilder("TestManaged2").parent(&TestManaged1); } TEST(Argument, validateAny) -- cgit v1.2.3