summaryrefslogtreecommitdiffstats
path: root/src/server/PreProcessContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PreProcessContext.hpp')
-rw-r--r--src/server/PreProcessContext.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PreProcessContext.hpp b/src/server/PreProcessContext.hpp
index 7579e1e2..a1bdbb5f 100644
--- a/src/server/PreProcessContext.hpp
+++ b/src/server/PreProcessContext.hpp
@@ -67,7 +67,7 @@ public:
if (must_compile(graph)) {
return compile(maid, graph);
}
- return MPtr<CompiledGraph>();
+ return nullptr;
}
/** Return all graphs that require compilation after an atomic bundle. */