]> 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 eb36be249476f93441cf34ca79d4551297390dc9..838c4b693b7ec18a2404b6d9871e57db73d141f0 100644 (file)
@@ -58,14 +58,10 @@ public:
 
 private:
        /// the filename of the in pipe
-       std::string const inPipeName() {
-               return pipename + ".in";
-       }
+       std::string const inPipeName() const;
 
        /// the filename of the out pipe
-       std::string const outPipeName() {
-               return pipename + ".out";
-       }
+       std::string const outPipeName() const;
 
        /// Open pipes
        void openConnection();