X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServer.h;h=b277284ace9b66b099750720903e437aa272972d;hb=8cb728c2d7a6b70dccb7651f300d9812f645d2ea;hp=9257704b439beb11e2a01b6d69517a009c1a5b2f;hpb=816512879d724eaaaa2902019fee8585bead3064;p=features.git diff --git a/src/Server.h b/src/Server.h index 9257704b43..b277284ace 100644 --- a/src/Server.h +++ b/src/Server.h @@ -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(); }