summaryrefslogtreecommitdiff
path: root/Source/cmOutputConverter.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-18 21:28:47 +0200
committerStephen Kelly <steveire@gmail.com>2016-10-19 15:40:58 +0200
commit17d27893e6fdc70a39a35cad468f332f968e44e7 (patch)
treef9cc0eaabb9c876df36943405ca60ac070887ce1 /Source/cmOutputConverter.cxx
parent34bcec39c68b82148635cec94a2f7d49d40edf75 (diff)
downloadcmake-17d27893e6fdc70a39a35cad468f332f968e44e7.tar.gz
cmState: Port dependent code to new cmStateDirectory name
Diffstat (limited to 'Source/cmOutputConverter.cxx')
-rw-r--r--Source/cmOutputConverter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOutputConverter.cxx b/Source/cmOutputConverter.cxx
index 84a433c4d7..a1228e5241 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();