]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.h
Initialize biblioChanged_ when we update the document settings dialog.
[lyx.git] / src / ServerSocket.h
index 420089984c6d5373678369e136267fbae17527de..2b2ddd11d27e70c93c11937acbf30881beee900f 100644 (file)
@@ -17,7 +17,7 @@
 #include "support/FileName.h"
 #include "support/socktools.h"
 
-#include <boost/shared_ptr.hpp>
+#include "support/shared_ptr.h"
 
 #include <string>
 #include <map>
@@ -61,7 +61,7 @@ private:
                MAX_CLIENTS = 10
        };
        /// All connections
-       std::map<int, boost::shared_ptr<LyXDataSocket> > clients;
+       std::map<int, shared_ptr<LyXDataSocket> > clients;
 };