diff --git a/toml/region.hpp b/toml/region.hpp index e9ced53..5221697 100644 --- a/toml/region.hpp +++ b/toml/region.hpp @@ -28,7 +28,7 @@ struct location location& operator=(location&&) = default; ~location() = default; - std::shared_ptr source; + std::shared_ptr source; const_iterator iter; }; @@ -55,7 +55,7 @@ struct region ~region() = default; const_iterator first, last; - std::shared_ptr source; + std::shared_ptr source; }; // to show a better error message.