mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add read_only argument to simple iterator initializer
This commit is contained in:
@@ -641,7 +641,7 @@ namespace FLAC {
|
||||
SimpleIterator();
|
||||
virtual ~SimpleIterator();
|
||||
|
||||
bool init(const char *filename, bool preserve_file_stats = false);
|
||||
bool init(const char *filename, bool read_only, bool preserve_file_stats);
|
||||
|
||||
bool is_valid() const;
|
||||
Status status();
|
||||
|
||||
Reference in New Issue
Block a user