1
0
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:
Antonin Portelli 2015-03-20 16:05:59 +00:00
parent b90d410e6b
commit f2a47c3697

View File

@ -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 = "");
};