]> git.lyx.org Git - features.git/blobdiff - src/Server.h
Constify
[features.git] / src / Server.h
index 9257704b439beb11e2a01b6d69517a009c1a5b2f..b277284ace9b66b099750720903e437aa272972d 100644 (file)
@@ -120,7 +120,7 @@ private:
        void closeConnection();
 
        /// Load files in another running instance of LyX
-       bool loadFilesInOtherInstance();
+       bool loadFilesInOtherInstance() const;
 
 #ifndef _WIN32
        /// start a pipe
@@ -212,7 +212,7 @@ public:
        ///
        void notifyClient(std::string const &);
        ///
-       bool deferredLoadingToOtherInstance() { return pipes_.deferredLoading(); }
+       bool deferredLoadingToOtherInstance() const { return pipes_.deferredLoading(); }
 
        /// whilst crashing etc.
        void emergencyCleanup() { pipes_.emergencyCleanup(); }