summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-23 15:26:47 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-01-23 15:26:47 +0100
commit9e084e8e7f657112436c3e07f12a2319373b1909 (patch)
tree882dd5a252413bd2ca35d2eccd8149db2643839a /src
parentd4457c98def55d694abc51e008d3fe5663768aab (diff)
typo
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{};
}
+
}