ERR: Typedefs are not inherited on SGI and Borland.
This commit is contained in:
parent
b56dcc2a30
commit
4435e364b8
@ -30,7 +30,8 @@
|
|||||||
class cmSystemTools: public cmsys::SystemTools
|
class cmSystemTools: public cmsys::SystemTools
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
typedef cmsys::SystemTools SystemTools;
|
||||||
|
|
||||||
/** Expand out any arguements in the vector that have ; separated
|
/** Expand out any arguements in the vector that have ; separated
|
||||||
* strings into multiple arguements. A new vector is created
|
* strings into multiple arguements. A new vector is created
|
||||||
* containing the expanded versions of all arguments in argsIn.
|
* containing the expanded versions of all arguments in argsIn.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user