From 66382c62af1be515deff66d51dba7f27e5fe4937 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 18 Jan 2015 18:41:30 +0100 Subject: Renamed RttiType to Rtti --- test/core/managed/ManagedTest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/core/managed') diff --git a/test/core/managed/ManagedTest.cpp b/test/core/managed/ManagedTest.cpp index b5a6e64..c2b19cf 100644 --- a/test/core/managed/ManagedTest.cpp +++ b/test/core/managed/ManagedTest.cpp @@ -77,10 +77,10 @@ class TypeTestManaged5 : public Managed { using Managed::Managed; }; -static const RttiType Type1 = RttiBuilder("Type1"); -static const RttiType Type2 = RttiBuilder("Type2"); -static const RttiType Type3 = RttiBuilder("Type3").parent(&Type1); -static const RttiType Type4 = +static const Rtti Type1 = RttiBuilder("Type1"); +static const Rtti Type2 = RttiBuilder("Type2"); +static const Rtti Type3 = RttiBuilder("Type3").parent(&Type1); +static const Rtti Type4 = RttiBuilder("Type4").parent({&Type3, &Type2}); TEST(Managed, type) -- cgit v1.2.3