diff --git a/include/utils/location.hh b/include/utils/location.hh index b9728db..b67dbd8 100644 --- a/include/utils/location.hh +++ b/include/utils/location.hh @@ -10,7 +10,7 @@ namespace ppc { std::size_t start; std::size_t length; std::size_t code_start; - const std::string &filename; + std::string filename; location_t &operator=(const location_t &other); bool operator==(const location_t &other) const;