From 60ea8877dea4447b855a01e45293c06abbb2815f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 19 Mar 2003 23:03:27 +0000 Subject: [PATCH] warning removal for C# git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4584 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/template_specialization.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/template_specialization.i b/Examples/test-suite/template_specialization.i index b14cbb939..382830f9e 100644 --- a/Examples/test-suite/template_specialization.i +++ b/Examples/test-suite/template_specialization.i @@ -2,7 +2,7 @@ %rename(__not__) *::operator!() const; -#ifdef SWIGJAVA +#if defined(SWIGJAVA) || defined(SWIGCSHARP) %rename(negate) *::operator-() const; #endif