[svn] r6446: nemerle/trunk/ncc/completion/CodeCompletionEngine.n

nazgul svnadmin at nemerle.org
Wed Jul 12 21:20:04 CEST 2006


Log:
Fix type in completion engine

Author: nazgul
Date: Wed Jul 12 21:20:03 2006
New Revision: 6446

Modified:
   nemerle/trunk/ncc/completion/CodeCompletionEngine.n

Modified: nemerle/trunk/ncc/completion/CodeCompletionEngine.n
==============================================================================
--- nemerle/trunk/ncc/completion/CodeCompletionEngine.n	(original)
+++ nemerle/trunk/ncc/completion/CodeCompletionEngine.n	Wed Jul 12 21:20:03 2006
@@ -209,9 +209,9 @@
                 sources.Add (file, ParsedFile.NotParsed (contents));
         }
         
-        public Remove (dile : string) : void
+        public Remove (file : string) : void
         {
-            sources.Remove (dile);
+            sources.Remove (file);
             set_unparsed_state ();
         }
         



More information about the svn mailing list