diff options
Diffstat (limited to 'include/openvic-dataloader/ParseWarning.hpp')
-rw-r--r-- | include/openvic-dataloader/ParseWarning.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/openvic-dataloader/ParseWarning.hpp b/include/openvic-dataloader/ParseWarning.hpp new file mode 100644 index 0000000..307599f --- /dev/null +++ b/include/openvic-dataloader/ParseWarning.hpp @@ -0,0 +1,10 @@ +#pragma once + +#include <string> + +namespace ovdl { + struct ParseWarning { + const std::string message; + const int warning_value; + }; +}
\ No newline at end of file |