]> git.lyx.org Git - lyx.git/blobdiff - src/lyxsocket.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / lyxsocket.h
index d18167f8bbf27f723a6b128f8df5692718579fa1..84d3e2c1515c841cffd8f5f4c27938f3b360fa1a 100644 (file)
@@ -22,6 +22,9 @@
 #include <string>
 #include <map>
 
+
+namespace lyx {
+
 class LyXServerSocket;
 class LyXDataSocket;
 
@@ -92,4 +95,7 @@ private:
 /// Implementation is in lyx_main.C
 extern LyXServerSocket & theLyXServerSocket();
 
+
+} // namespace lyx
+
 #endif // LYXSOCKET_H