From 9ce35b65e5be4ce75b3b7aabe29c432128a17279 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 26 Oct 2019 16:09:24 +0800 Subject: All - Compilation fixes on VS2015 (constructors, warnings, missing files, class/struct disagreement, ) --- src/include/span.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/span.hpp') diff --git a/src/include/span.hpp b/src/include/span.hpp index 68d6bfdf..51c3440c 100644 --- a/src/include/span.hpp +++ b/src/include/span.hpp @@ -29,8 +29,9 @@ struct ProtoSpan unsigned int start_line; unsigned int start_ofs; }; -struct Span +class Span { +public: ::std::shared_ptr outer_span; // Expansion target for macros RcString filename; -- cgit v1.2.3