]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/process.h
create the DIBs in correct (and not down up) line order
[wxWidgets.git] / include / wx / process.h
index e488f264d26e23266b480fda4788982e42132b00..142d18d8da66cd8298edd92010b94fb5a57ade46 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     24/06/98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Guilhem Lavaux
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PROCESSH__
@@ -128,6 +128,7 @@ protected:
     bool m_redirect;
 
     DECLARE_DYNAMIC_CLASS(wxProcess)
+    DECLARE_NO_COPY_CLASS(wxProcess)
 };
 
 // ----------------------------------------------------------------------------