summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-10-11 12:02:51 (GMT)
committerBrad King <brad.king@kitware.com>2004-10-11 12:02:51 (GMT)
commitbc6ae0649b849b4c7df3977f449d84f6d319f66e (patch)
tree2f7f8c9a96855da9a634b3fe9b6884d35264df40 /Source/kwsys/SystemTools.hxx.in
parentb221d046a6c1005f2110304c0ca36133e9e96cc4 (diff)
downloadCMake-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.in2
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);