]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
Account for old versions of Pygments
[lyx.git] / src / frontends / Application.h
index b321052ddb7661255d7d76585dc75e468b8daf4b..26fad07e8465c362eb25f4bd1522cb716fef921c 100644 (file)
@@ -251,6 +251,8 @@ public:
        /// A started long operation is still in progress ?
        virtual bool longOperationStarted() = 0;
 
+       // Add a buffer to the current view, do not switch to it.
+       virtual bool unhide(Buffer * buf) = 0;
 };
 
 /// Return the list of loadable formats.