summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/common/Location.cpp3
1 files changed, 2 insertions, 1 deletions
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{};
}
+
}