]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ptr_scpd.h
compilation fix for compilers not using PCH
[wxWidgets.git] / include / wx / ptr_scpd.h
index a708633cd972379f553d4b3eeaada286ecd3c0e3..2000d346a3a6ce217f7a824c9c63a99fb4a57e46 100644 (file)
@@ -6,11 +6,11 @@
 // Created:     06/01/02
 // RCS-ID:      $Id$
 // Copyright:   (c) Jesse Lovelace and original Boost authors (see below)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 //  This class closely follows the implementation of the boost
-//  library scoped_ptr and is an adaption for c++ macro's in 
+//  library scoped_ptr and is an adaption for c++ macro's in
 //  the wxWidgets project. The original authors of the boost
 //  scoped_ptr are given below with their respective copyrights.