]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.cpp
thinko
[lyx.git] / src / support / ForkedCalls.cpp
index f81c1d20a96764889df90f8a4219662543d79cdf..1318bd3ec2910156eb548e47f79c3711eb65261a 100644 (file)
@@ -374,7 +374,7 @@ int ForkedCall::generateChild()
                        argv.push_back(&*it);
                prev = *it;
        }
-       argv.push_back(0);
+       argv.push_back(nullptr);
 
        // Debug output.
        if (lyxerr.debugging(Debug::FILES)) {