diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-23 15:26:47 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-01-23 15:26:47 +0100 |
commit | 9e084e8e7f657112436c3e07f12a2319373b1909 (patch) | |
tree | 882dd5a252413bd2ca35d2eccd8149db2643839a /src/core/common/Location.cpp | |
parent | d4457c98def55d694abc51e008d3fe5663768aab (diff) |
typo
Diffstat (limited to 'src/core/common/Location.cpp')
-rw-r--r-- | src/core/common/Location.cpp | 3 |
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{}; } + } |