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/model/DomainTest.cpp | |
| parent | 7d788f2dce18c3ba6f11f7f032d35fef2e5fa9d4 (diff) | |
Renamed RttiType to Rtti
Diffstat (limited to 'test/core/model/DomainTest.cpp')
| -rw-r--r-- | test/core/model/DomainTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/model/DomainTest.cpp b/test/core/model/DomainTest.cpp index 5909841..62a0543 100644 --- a/test/core/model/DomainTest.cpp +++ b/test/core/model/DomainTest.cpp @@ -28,7 +28,7 @@ namespace ousia { namespace model { -void assert_path(const ResolutionResult &res, const RttiType &expected_type, +void assert_path(const ResolutionResult &res, const Rtti &expected_type, std::vector<std::string> expected_path) { // Check class/type |
