iv-phonic 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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