]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
simplification
[lyx.git] / src / Buffer.h
index 568a28d162818e1372a12d0afddf44e498b6c9a8..c3ea3ea4bd40098984763f0f35cdfee764c8a1ae 100644 (file)
@@ -236,6 +236,9 @@ public:
        /// Mark this buffer as dirty.
        void markDirty();
 
+       /// Returns the buffer's filename. It is always an absolute path.
+       support::FileName fileName() const;
+
        /// Returns the buffer's filename. It is always an absolute path.
        std::string absFileName() const;