saving fixes?

This commit is contained in:
2026-01-11 01:20:21 -05:00
parent 5124f77817
commit bd3fdbf930
3 changed files with 10 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ namespace anm2ed
~Manager();
Document* get(int = -1);
void open(const std::filesystem::path&, bool = false, bool = true);
Document* open(const std::filesystem::path&, bool = false, bool = true);
void new_(const std::filesystem::path&);
void save(int, const std::filesystem::path& = {});
void save(const std::filesystem::path& = {});