aboutsummaryrefslogtreecommitdiff
path: root/include/openvic-dataloader/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvic-dataloader/Parser.hpp')
-rw-r--r--include/openvic-dataloader/Parser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openvic-dataloader/Parser.hpp b/include/openvic-dataloader/Parser.hpp
index c1f266b..b885f3d 100644
--- a/include/openvic-dataloader/Parser.hpp
+++ b/include/openvic-dataloader/Parser.hpp
@@ -22,6 +22,8 @@ namespace ovdl::detail {
std::string_view get_file_path() const;
protected:
+ void set_file_path(std::string_view path);
+
std::reference_wrapper<std::ostream> _error_stream;
std::string _file_path;
bool _has_fatal_error = false;