diff src/symtab.cc @ 8021:85184151822e

fix typo in NPOS change
author John W. Eaton <jwe@octave.org>
date Thu, 07 Aug 2008 15:31:17 -0400
parents 0ef13e15319b
children 163d20e4d39c
line wrap: on
line diff
--- a/src/symtab.cc	Thu Aug 07 15:17:40 2008 -0400
+++ b/src/symtab.cc	Thu Aug 07 15:31:17 2008 -0400
@@ -909,7 +909,7 @@
   octave_value retval;
   size_t pos = name.find_first_of (Vfilemarker);
 
-  if (pos == std::string:npos)
+  if (pos == std::string::npos)
     retval = find (name, args, arg_names, evaluated_args, args_evaluated, true);
   else
     {