mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
File: default mode switched to write
This commit is contained in:
parent
b90d410e6b
commit
f2a47c3697
@ -124,7 +124,7 @@ public:
|
||||
static IoT load(const std::string &fileName, const std::string &name = "");
|
||||
template <typename IoT, typename FileType>
|
||||
static void save(const IoT &data, const std::string &fileName,
|
||||
const unsigned int mode = File::Mode::append,
|
||||
const unsigned int mode = File::Mode::write,
|
||||
const std::string &name = "");
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user