]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sharedptr.h
Don't specialize std::numeric_limits<> for wxLongLong when using VC6.
[wxWidgets.git] / interface / wx / sharedptr.h
index 7e7f43d032d02a205fba84fb36b77ab3d403fd32..47b73c0d601b4f200899fd7ee2a80d16c0de125e 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxSharedPtr<T>
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -61,7 +61,9 @@ public:
     T operator*() const;
 
     /**
-        Returns pointer to its object or @NULL.
+        Smart pointer member access. Returns pointer to its object.
+
+        If the internal pointer is @NULL this method will cause an assert in debug mode.
     */
     T* operator->() const;