]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/itemid.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / itemid.h
index fa61195fe8e70bd2c9432447bd68e5c5be49b53f..99897e9c175393ef2e2e4519d4830a99d8910f2f 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxItemId class declaration.
 // Author:      Vadim Zeitlin
 // Created:     2011-08-17
-// RCS-ID:      $Id: wxhead.h,v 1.12 2010-04-22 12:44:51 zeitlin Exp $
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -36,6 +35,9 @@ public:
     Type GetID() const { return m_pItem; }
     operator const Type() const { return m_pItem; }
 
+    // This is used for implementation purposes only.
+    Type operator->() const { return m_pItem; }
+
     void Unset() { m_pItem = NULL; }
 
     // This field is public *only* for compatibility with the old wxTreeItemId