From c3785989239a9dabc9ffc0cec216e3d9d915f82e Mon Sep 17 00:00:00 2001 From: Andy Cedilnik <andy.cedilnik@kitware.com> Date: Wed, 4 May 2005 11:12:27 -0400 Subject: [PATCH] ENH: Expose ConvertToUnixOutputPath --- SystemTools.hxx.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in index b97a5ef9..f48e0641 100644 --- a/SystemTools.hxx.in +++ b/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 -- GitLab