diff src/load-path.h @ 8008:4d13a7a2f6ab

dir_path: use singleton class for static data members
author John W. Eaton <jwe@octave.org>
date Tue, 05 Aug 2008 12:04:10 -0400
parents dd5cc5016487
children a14bdf90be55
line wrap: on
line diff
--- a/src/load-path.h
+++ b/src/load-path.h
@@ -209,7 +209,7 @@
     if (command_line_path.empty ())
       command_line_path = p;
     else
-      command_line_path += dir_path::path_sep_str + p;
+      command_line_path += dir_path::path_sep_str () + p;
   }
 
   static std::string system_path (void)