diff options
Diffstat (limited to 'src/include/span.hpp')
-rw-r--r-- | src/include/span.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/span.hpp b/src/include/span.hpp index 452f37ba..3df70b72 100644 --- a/src/include/span.hpp +++ b/src/include/span.hpp @@ -41,9 +41,9 @@ struct Span end_ofs(end_ofs) {} Span(): - filename(""), + filename("")/*, start_line(0), start_ofs(0), - end_line(0), end_ofs(0) + end_line(0), end_ofs(0) // */ {} void bug(::std::function<void(::std::ostream&)> msg) const; |