|
|
@ -33,7 +33,7 @@ multimap<checksum_string_t,filename_t> Tagmanifest::get_checksum_file_pairs(chec |
|
|
|
} |
|
|
|
|
|
|
|
bool Tagmanifest::has_tagmanifest() { |
|
|
|
return Tagmanifest::exist_manifest_files; |
|
|
|
return Manifest::exist_manifest_files; |
|
|
|
} |
|
|
|
|
|
|
|
// vim: set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
|
|
|
|