From 23ed80cb4dec86bbc7a4e0ad140e251e0657faba Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 24 Feb 2006 01:13:18 +0000 Subject: [PATCH] Add LastWrite git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_streams.i | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/src/_streams.i b/wxPython/src/_streams.i index db75ebb98d..a918d91470 100644 --- a/wxPython/src/_streams.i +++ b/wxPython/src/_streams.i @@ -159,6 +159,7 @@ public: Py_DECREF(str); } } + size_t LastWrite() const; }; -- 2.50.0