]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkAreaManager.h
Keep dialog connected to cross-ref inset after Apply.
[lyx.git] / src / frontends / WorkAreaManager.h
index 0434074ab45769fa9944972a304f1c4bbf5e0c87..cd716fc087d35ea2b07ec5882b1dfffc0a14f2c3 100644 (file)
@@ -46,7 +46,7 @@ public:
        void updateTitles();
        /// If there is no work area, create a new one in the current view using the
        /// buffer buf. Returns false if not possible.
-       bool unhide(Buffer * buf);
+       bool unhide(Buffer * buf) const;
 
 private:
        typedef std::list<WorkArea *>::iterator iterator;