iv-phonic 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -404,7 +404,7 @@ class Lexer: private Noncopyable<Lexer>::type {
404
404
  return source_;
405
405
  }
406
406
 
407
- inline Location location() const {
407
+ inline const Location& location() const {
408
408
  return location_;
409
409
  }
410
410