From c1cc3341cde7a8db2f0625da720501e93efee720 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 25 Feb 2003 21:14:25 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4392 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 6c0a85d49..8cf9733bf 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,10 @@ Version 1.3.18 (In progress) ============================ +02/25/2003: beazley + Fixed [ 635347 ] Compilation warning from libpy.c. + Reported by Daniel L. Rall. + 02/25/2003: beazley Fixed a subtle problem with virtual method implementation checking and typedef.