aboutsummaryrefslogtreecommitdiffstats
path: root/SourceReferenceFormatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'SourceReferenceFormatter.h')
-rw-r--r--SourceReferenceFormatter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SourceReferenceFormatter.h b/SourceReferenceFormatter.h
index 9b556704..8e3f126f 100644
--- a/SourceReferenceFormatter.h
+++ b/SourceReferenceFormatter.h
@@ -41,7 +41,7 @@ struct SourceReferenceFormatter
public:
static void printSourceLocation(std::ostream& _stream, Location const& _location, Scanner const& _scanner);
static void printExceptionInformation(std::ostream& _stream, Exception const& _exception,
- std::string const& _name, CompilerStack& _compiler);
+ std::string const& _name, CompilerStack const& _compiler);
};
}