diff options
-rw-r--r-- | Source/cmSystemTools.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index fc484a6..ee5f704 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -30,7 +30,8 @@ class cmSystemTools: public cmsys::SystemTools { public: - + typedef cmsys::SystemTools SystemTools; + /** Expand out any arguements in the vector that have ; separated * strings into multiple arguements. A new vector is created * containing the expanded versions of all arguments in argsIn. |