add last backwards-compatible version
This commit is contained in:
@@ -5,8 +5,6 @@ namespace file_list_helper
|
||||
//list guaranteed to be sorted by metadb::path_compare
|
||||
class file_list_from_metadb_handle_list : public pfc::list_base_const_t<const char*> {
|
||||
public:
|
||||
file_list_from_metadb_handle_list() {}
|
||||
file_list_from_metadb_handle_list( metadb_handle_list_cref lst, bool bDisplayPaths = false );
|
||||
|
||||
static t_size g_get_count(const list_base_const_t<metadb_handle_ptr> & p_list, t_size max = ~0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user