]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Warn if buffer is switched with unapplied document changes (#9369)
[lyx.git] / src / BufferParams.h
index 890d8843a7e2ae68a56c0aef76766ecadd14892a..77b4856b4d3bca7b6a435c85c467f1a510354d67 100644 (file)
@@ -691,6 +691,10 @@ private:
        support::copied_ptr<Impl, MemoryTraits> pimpl_;
 };
 
+
+///
+BufferParams const & defaultBufferParams();
+
 } // namespace lyx
 
 #endif