args.cc (fstransform-0.9.3-src) | : | args.cc (fstransform-0.9.4) | ||
---|---|---|---|---|
skipping to change at line 34 | skipping to change at line 34 | |||
*/ | */ | |||
#include "first.hh" | #include "first.hh" | |||
#include "args.hh" // for fm_args | #include "args.hh" // for fm_args | |||
FT_NAMESPACE_BEGIN | FT_NAMESPACE_BEGIN | |||
/** default constructor */ | /** default constructor */ | |||
fm_args::fm_args() | fm_args::fm_args() | |||
: io_args(), exclude_list(NULL), io_kind(FC_IO_AUTODETECT), ui_kind(FC_UI_NO | : program_name("fsmove"), | |||
NE), | io_args(), exclude_list(NULL), inode_cache_path(NULL), | |||
io_kind(FC_IO_AUTODETECT), ui_kind(FC_UI_NONE), | ||||
force_run(false), simulate_run(false) | force_run(false), simulate_run(false) | |||
{ } | { } | |||
FT_NAMESPACE_END | FT_NAMESPACE_END | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |