From 2efc803b8ea6552e836434660d9923e630f2d9ee Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 13 May 2005 21:39:09 +0000 Subject: [PATCH] more pesky warnings removed git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7190 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/csharp/li_std_vector_runme.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/test-suite/csharp/li_std_vector_runme.cs b/Examples/test-suite/csharp/li_std_vector_runme.cs index 605c3f113..39a08e7c4 100644 --- a/Examples/test-suite/csharp/li_std_vector_runme.cs +++ b/Examples/test-suite/csharp/li_std_vector_runme.cs @@ -8,8 +8,8 @@ public class li_std_vector_runme { private static readonly int collectionSize = 20; private static readonly int midCollection = collectionSize/2; - private static DoubleVector myDoubleVector; - private static RealVector myRealVector; + public static DoubleVector myDoubleVector; + public static RealVector myRealVector; public static void Main() { // Setup collection