]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.cpp
File missing in the tarball
[lyx.git] / src / support / ForkedCalls.cpp
index e59c0085579cae5413ffedc5d73b98deb82f2676..fb9dd608f8903ba0245b47f71d6d7b39fb66742e 100644 (file)
@@ -520,7 +520,7 @@ string const getChildErrorMessage()
 
 namespace ForkedCallsController {
 
-typedef boost::shared_ptr<ForkedProcess> ForkedProcessPtr;
+typedef shared_ptr<ForkedProcess> ForkedProcessPtr;
 typedef list<ForkedProcessPtr> ListType;
 typedef ListType::iterator iterator;