diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:41:30 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:41:30 +0100 |
commit | 66382c62af1be515deff66d51dba7f27e5fe4937 (patch) | |
tree | cdd661a560ef1f766889d661d8c7561d18bfbabb /test/core/common/ArgumentTest.cpp | |
parent | 7d788f2dce18c3ba6f11f7f032d35fef2e5fa9d4 (diff) |
Renamed RttiType to Rtti
Diffstat (limited to 'test/core/common/ArgumentTest.cpp')
-rw-r--r-- | test/core/common/ArgumentTest.cpp | 4 |
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); } |