diff options
author | Brad King <brad.king@kitware.com> | 2003-06-24 12:19:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-06-24 12:19:51 (GMT) |
commit | 4435e364b8a5bc51f553277da7193ba6ba744a4c (patch) | |
tree | 43f014f575da936bcd21deae576b9f8c38d71900 /Source/cmSystemTools.h | |
parent | b56dcc2a303faf516bf64489fac8813b8142a38c (diff) | |
download | CMake-4435e364b8a5bc51f553277da7193ba6ba744a4c.zip CMake-4435e364b8a5bc51f553277da7193ba6ba744a4c.tar.gz CMake-4435e364b8a5bc51f553277da7193ba6ba744a4c.tar.bz2 |
ERR: Typedefs are not inherited on SGI and Borland.
Diffstat (limited to 'Source/cmSystemTools.h')
-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. |