Преглед на файлове

ERR: Typedefs are not inherited on SGI and Borland.

Brad King преди 23 години
родител
ревизия
4435e364b8
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Source/cmSystemTools.h

+ 2 - 1
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.