]> git.lyx.org Git - features.git/blobdiff - src/support/ForkedCalls.cpp
Replace support/shared_ptr.h and boost::shared_ptr with std::shared_ptr
[features.git] / src / support / ForkedCalls.cpp
index 14be7af6ebfb81cd590b5a726f146975168a61d7..56582a3346ee3f5db1ad5b2117b6668e37a06494 100644 (file)
@@ -553,7 +553,7 @@ string const getChildErrorMessage()
 
 namespace ForkedCallsController {
 
-typedef shared_ptr<ForkedProcess> ForkedProcessPtr;
+typedef std::shared_ptr<ForkedProcess> ForkedProcessPtr;
 typedef list<ForkedProcessPtr> ListType;
 typedef ListType::iterator iterator;