Mercurial > hg > octave-nkf
comparison src/load-path.h @ 6241:b84b59b614c5
[project @ 2007-01-11 07:35:52 by jwe]
author | jwe |
---|---|
date | Thu, 11 Jan 2007 07:35:52 +0000 |
parents | b305874f50ef |
children | ccdb8ffbb994 |
comparison
equal
deleted
inserted
replaced
6240:3e5a3b5fd40e | 6241:b84b59b614c5 |
---|---|
31 | 31 |
32 #include "pathsearch.h" | 32 #include "pathsearch.h" |
33 #include "str-vec.h" | 33 #include "str-vec.h" |
34 | 34 |
35 class | 35 class |
36 OCTINTERP_API | |
36 load_path | 37 load_path |
37 { | 38 { |
38 protected: | 39 protected: |
39 | 40 |
40 load_path (void) : dir_info_list (), fcn_map () { } | 41 load_path (void) : dir_info_list (), fcn_map () { } |