]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxPropertyGridConstIterator(const wxPropertyGridIterator&) copy ctor
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 27 Oct 2008 16:47:35 +0000 (16:47 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 27 Oct 2008 16:47:35 +0000 (16:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgridpagestate.h

index 95909a3b409e9a8deeed15a36567ac6f4b171407..2bcbab1592171713493c3b8edf197838fa612218 100644 (file)
@@ -289,6 +289,14 @@ public:
                             const wxPGProperty,
                             const wxPropertyGridPageState)
 
+    /**
+        Additional copy constructor.
+    */
+    wxPropertyGridConstIterator( const wxPropertyGridIterator& other )
+    {
+        Assign(other);
+    }
+
 protected:
 };