diff options
author | Brad King <brad.king@kitware.com> | 2004-10-11 12:02:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-10-11 12:02:51 (GMT) |
commit | bc6ae0649b849b4c7df3977f449d84f6d319f66e (patch) | |
tree | 2f7f8c9a96855da9a634b3fe9b6884d35264df40 /Source/kwsys/SystemTools.hxx.in | |
parent | b221d046a6c1005f2110304c0ca36133e9e96cc4 (diff) | |
download | CMake-bc6ae0649b849b4c7df3977f449d84f6d319f66e.zip CMake-bc6ae0649b849b4c7df3977f449d84f6d319f66e.tar.gz CMake-bc6ae0649b849b4c7df3977f449d84f6d319f66e.tar.bz2 |
ERR: Replaced std::string with kwsys_stl::string for portability.
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 89e32a3..e951206 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -317,7 +317,7 @@ public: static bool SetPermissions(const char* file, mode_t mode); /** Get the parent directory of the directory or file */ - static std::string GetParentDirectory(const char* fileOrDir); + static kwsys_stl::string GetParentDirectory(const char* fileOrDir); /** Check if the given file or directory is in subdirectory of dir */ static bool IsSubDirectory(const char* fileOrDir, const char* dir); |