diff options
Diffstat (limited to 'src/core/model/ResolutionCallbacks.cpp')
-rw-r--r-- | src/core/model/ResolutionCallbacks.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/model/ResolutionCallbacks.cpp b/src/core/model/ResolutionCallbacks.cpp index 8c920f1..88f0aa8 100644 --- a/src/core/model/ResolutionCallbacks.cpp +++ b/src/core/model/ResolutionCallbacks.cpp @@ -19,5 +19,8 @@ #include "ResolutionCallbacks.hpp" namespace ousia { - // Do nothing here, just make sure the header compiles +Rooted<Node> NullResolveCallback(const Rtti *, const std::vector<std::string> &) +{ + return nullptr; +} } |