From 9e084e8e7f657112436c3e07f12a2319373b1909 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 23 Jan 2015 15:26:47 +0100 Subject: typo --- src/core/common/Location.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/common/Location.cpp') diff --git a/src/core/common/Location.cpp b/src/core/common/Location.cpp index 7a75347..7fe5ea5 100644 --- a/src/core/common/Location.cpp +++ b/src/core/common/Location.cpp @@ -24,9 +24,10 @@ namespace ousia { const SourceLocation NullSourceLocation; -void SourceContext NullSourceContextCallback(const SourceLocation &location) +SourceContext NullSourceContextCallback(const SourceLocation &location) { return SourceContext{}; } + } -- cgit v1.2.3