diff options
Diffstat (limited to 'src/lib/util/csv_file.h')
-rw-r--r-- | src/lib/util/csv_file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/util/csv_file.h b/src/lib/util/csv_file.h index 3296349d84..d2474cb7fd 100644 --- a/src/lib/util/csv_file.h +++ b/src/lib/util/csv_file.h @@ -395,7 +395,8 @@ public: /// output file pointer should be set at the end of file. /// /// @throw CSVFileError when IO operation fails. - void open(const bool seek_to_end = false); + + virtual void open(const bool seek_to_end = false); /// @brief Creates a new CSV file. /// |