]> git.lyx.org Git - lyx.git/blobdiff - src/EmbeddedFiles.h
Allow using \binom without amsmath and add support for \brace and \brack
[lyx.git] / src / EmbeddedFiles.h
index 46c5c5b725aa6d90ec56d38316ce95730cb718cd..e5136cd0d06f931f132748d8d51b54bafb877391 100644 (file)
@@ -153,14 +153,14 @@ public:
         */
        bool isEnabled() const { return !temp_path_.empty(); }
        /// enable embedding of this file
-       void enable(bool enabled, Buffer const * buf, bool updateFile);
+       void enable(bool enabled, Buffer const & buf, bool updateFile);
 
        /// extract file, does not change embedding status
        bool extract() const;
        /// update embedded file from external file, does not change embedding status
        bool updateFromExternalFile() const;
        /// copy an embedded file to another buffer
-       EmbeddedFile copyTo(Buffer const * buf);
+       EmbeddedFile copyTo(Buffer const & buf);
        ///
        /// After the embedding status is changed, update all insets related
        /// to this file item. For example, a graphic inset may need to monitor