]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.h
Fix bug 2195: Slowness in rendering inside insets, especially on the Mac
[lyx.git] / src / lyxserver.h
index af08be2b5cf999fe443d0a3f596a4f377c1ac087..838c4b693b7ec18a2404b6d9871e57db73d141f0 100644 (file)
@@ -58,14 +58,10 @@ public:
 
 private:
        /// the filename of the in pipe
-       std::string const inPipeName() const {
-               return pipename + std::string(".in");
-       }
+       std::string const inPipeName() const;
 
        /// the filename of the out pipe
-       std::string const outPipeName() const {
-               return pipename + std::string(".out");
-       }
+       std::string const outPipeName() const;
 
        /// Open pipes
        void openConnection();