*** empty log message ***

This commit is contained in:
David Rose 2000-11-04 02:26:35 +00:00
parent a0ed36e4c0
commit 3ba99989c0
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
#define LOCAL_LIBS cvscopy flt
#define OTHER_LIBS \
dconfig:c dtool:m pystub
express:c pandaexpress:m \
dtoolutil:c dconfig:c dtool:m pystub
#define SOURCES \
fltCopy.cxx fltCopy.h

View File

@ -40,7 +40,7 @@ FltCopy() {
"It may also be "
"repeated multiple times on the command line; each time it appears "
"its named directories will be appended to the search path.",
&CVSCopy::dispatch_search_path, NULL, &_search_path);
&FltCopy::dispatch_search_path, NULL, &_search_path);
}
////////////////////////////////////////////////////////////////////