Add LastWrite

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-02-24 01:13:18 +00:00
parent c86fa5a1fa
commit 23ed80cb4d

View File

@ -159,6 +159,7 @@ public:
Py_DECREF(str);
}
}
size_t LastWrite() const;
};