scilab: fix li_attribute_template test

This commit is contained in:
Simon Marchetto 2014-02-24 11:19:58 +01:00
commit fbb682195a

View file

@ -6,6 +6,13 @@
%include <attribute.i>
%include <std_string.i>
// Swig Scilab uses gettext which defines a _d macro
#if defined(SWIGSCILAB)
%{
#undef _d
%}
#endif
%inline
{
class Foo {