Răsfoiți Sursa

ERR: std -> kwsys_std.

Brad King 22 ani în urmă
părinte
comite
92bcdb8d66
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Source/kwsys/SystemTools.hxx.in

+ 1 - 1
Source/kwsys/SystemTools.hxx.in

@@ -126,7 +126,7 @@ public:
 
 
   /** Read an environment variable.  */
   /** Read an environment variable.  */
   static const char* GetEnv(const char* key);
   static const char* GetEnv(const char* key);
-  static bool GetEnv(const char* key, std::string& result);
+  static bool GetEnv(const char* key, kwsys_std::string& result);
 
 
   /**
   /**
    *  Get the file extension (including ".") needed for an executable
    *  Get the file extension (including ".") needed for an executable