diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-18 19:28:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-19 13:40:58 (GMT) |
commit | 17d27893e6fdc70a39a35cad468f332f968e44e7 (patch) | |
tree | f9cc0eaabb9c876df36943405ca60ac070887ce1 /Source/cmOutputConverter.cxx | |
parent | 34bcec39c68b82148635cec94a2f7d49d40edf75 (diff) | |
download | CMake-17d27893e6fdc70a39a35cad468f332f968e44e7.zip CMake-17d27893e6fdc70a39a35cad468f332f968e44e7.tar.gz CMake-17d27893e6fdc70a39a35cad468f332f968e44e7.tar.bz2 |
cmState: Port dependent code to new cmStateDirectory name
Diffstat (limited to 'Source/cmOutputConverter.cxx')
-rw-r--r-- | Source/cmOutputConverter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOutputConverter.cxx b/Source/cmOutputConverter.cxx index 84a433c..a1228e5 100644 --- a/Source/cmOutputConverter.cxx +++ b/Source/cmOutputConverter.cxx @@ -78,7 +78,7 @@ static bool cmOutputConverterNotAbove(const char* a, const char* b) bool cmOutputConverter::ContainedInDirectory(std::string const& local_path, std::string const& remote_path, - cmState::Directory directory) + cmStateDirectory directory) { const std::string relativePathTopBinary = directory.GetRelativePathTopBinary(); |