[sword-svn] r2675 - trunk/bindings/swig
greg.hellings at crosswire.org
greg.hellings at crosswire.org
Mon Jan 9 13:01:45 MST 2012
Author: greg.hellings
Date: 2012-01-09 13:01:45 -0700 (Mon, 09 Jan 2012)
New Revision: 2675
Modified:
trunk/bindings/swig/sword.i
Log:
A fix, proposed by brianlovesjesus at perffection.com, which allows
the Python and Perl SWIG bindings to compile again.
Modified: trunk/bindings/swig/sword.i
===================================================================
--- trunk/bindings/swig/sword.i 2011-12-16 07:17:59 UTC (rev 2674)
+++ trunk/bindings/swig/sword.i 2012-01-09 20:01:45 UTC (rev 2675)
@@ -17,6 +17,8 @@
%ignore *::operator const char *;
%ignore *::operator sword::SWKey &;
%ignore *::operator sword::SWKey *;
+/* An ignore for missing wchar_t compatibility */
+%ignore sword::SWBuf::append(wchar_t);
%include "defs.i"
%include "swbuf.i"
More information about the sword-cvs
mailing list