]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
* Add possibility to append active branch names to the output file name (#3105).
[features.git] / src / Buffer.h
index 71e8ac32c13ce92f42abfc2f3b86b2b074f610b4..6cb04bb7c0b72693b0bfe5a299554fb471ccaae6 100644 (file)
@@ -551,6 +551,11 @@ private:
        ReadStatus readFile(Lexer &, support::FileName const & filename,
                            bool fromString = false);
 
+       /** If we have branches that use the file suffix
+           feature, return the file name with suffix appended.
+       */
+       support::FileName exportFileName() const;
+
        /// Use the Pimpl idiom to hide the internals.
        class Impl;
        /// The pointer never changes although *pimpl_'s contents may.