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