From 214269f095e64df2131b59a9b16bc6f71717894d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 4 May 2005 11:12:27 -0400 Subject: ENH: Expose ConvertToUnixOutputPath --- Source/kwsys/SystemTools.hxx.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 9555af0..59cd008 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -653,13 +653,14 @@ public: */ static kwsys_stl::string GetOperatingSystemNameAndVersion(); -protected: - // these two functions can be called from ConvertToOutputPath /** * Convert the path to a string that can be used in a unix makefile. * double slashes are removed, and spaces are escaped. */ static kwsys_stl::string ConvertToUnixOutputPath(const char*); + +protected: + // these two functions can be called from ConvertToOutputPath /** * Convert the path to string that can be used in a windows project or -- cgit v0.12