summaryrefslogtreecommitdiff
path: root/test/core/common/ArgumentTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/common/ArgumentTest.cpp')
-rw-r--r--test/core/common/ArgumentTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/common/ArgumentTest.cpp b/test/core/common/ArgumentTest.cpp
index d7d0d6a..5580e00 100644
--- a/test/core/common/ArgumentTest.cpp
+++ b/test/core/common/ArgumentTest.cpp
@@ -46,9 +46,9 @@ public:
}
namespace RttiTypes {
-static const RttiType TestManaged1 =
+static const Rtti TestManaged1 =
RttiBuilder<ousia::TestManaged1>("TestManaged1");
-static const RttiType TestManaged2 =
+static const Rtti TestManaged2 =
RttiBuilder<ousia::TestManaged2>("TestManaged2").parent(&TestManaged1);
}