]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sharedptr.h
Remove never implemented wxDateTime::IsGregorianDate().
[wxWidgets.git] / interface / wx / sharedptr.h
index 47b73c0d601b4f200899fd7ee2a80d16c0de125e..f3c2131c3504490f1a53b841c54e4228c49b1080 100644 (file)
@@ -2,14 +2,13 @@
 // Name:        sharedptr.h
 // Purpose:     interface of wxSharedPtr<T>
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     A smart pointer with non-intrusive reference counting.
 
-    It is modeled after @c boost::shared_ptr<> and can be used with STL
+    It is modelled after @c boost::shared_ptr<> and can be used with STL
     containers and wxVector<T> unlike @c std::auto_ptr<> and wxScopedPtr<T>.
 
     @library{wxbase}