diff --git a/toml/value.hpp b/toml/value.hpp index 9fa7b9c..76eee0d 100644 --- a/toml/value.hpp +++ b/toml/value.hpp @@ -1704,7 +1704,7 @@ class basic_value friend region_base const* detail::get_region(const Value& v); template - friend void detail::change_region(Value& v, region reg); + friend void detail::change_region(Value& v, detail::region reg); private: