From ee17bdca78ca7b84d967adf525a3aa9fd023e97c Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 25 Jan 2006 19:41:37 +0000 Subject: [PATCH] fix escape sequence reported by Vladimir Menshakov git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8555 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/swigwarnings.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/swigwarnings.swg b/Lib/swigwarnings.swg index 8b85993fa..936768213 100644 --- a/Lib/swigwarnings.swg +++ b/Lib/swigwarnings.swg @@ -96,7 +96,7 @@ %ignoreopermsg(PLUSPLUS, "operator++ ignored"); %ignoreopermsg(MINUSMINUS,"operator-- ignored"); %ignoreopermsg(ARROWSTAR, "operator->* ignored"); -%ignoreopermsg(INDEX, "operator[] ignored (consider using %extend)"); +%ignoreopermsg(INDEX, "operator[] ignored (consider using %%extend)"); %ignoreopermsg(NOTEQUAL, "operator!= ignored"); %ignoreopermsg(PLUSEQ, "operator+= ignored"); %ignoreopermsg(MINUSEQ, "operator-= ignored");