]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/process.h
document wxLogGeneric() function
[wxWidgets.git] / interface / wx / process.h
index 03e29baf59b36080f9ba0339a2e2b741c0e83eb9..80117f40ff6cc398d2e75036e3a14897051d764d 100644 (file)
@@ -169,7 +169,7 @@ public:
     wxInputStream* GetInputStream() const;
 
     /**
-        It returns an output stream correspoding to the input stream of the subprocess.
+        It returns an output stream corresponding to the input stream of the subprocess.
 
         If it is @NULL, you have not turned on the redirection or already
         called CloseOutput().
@@ -321,3 +321,6 @@ public:
     int GetPid();
 };
 
+
+wxEventType wxEVT_END_PROCESS;
+