]> git.lyx.org Git - features.git/blobdiff - src/support/FileName.h
Filename.relFilename -> Filename.relFileName
[features.git] / src / support / FileName.h
index 97381d7892c7d34d9b618cadd617a796e6040468..f86b7684835076814d861c4cb555f387f2c1efef 100644 (file)
@@ -263,7 +263,7 @@ public:
        ///
        bool saveAbsPath() const { return save_abs_path_; }
        /// \param buffer_path if empty, uses `pwd`
-       std::string relFilename(std::string const & buffer_path = empty_string()) const;
+       std::string relFileName(std::string const & buffer_path = empty_string()) const;
        /// \param buf_path if empty, uses `pwd`
        std::string outputFilename(std::string const & buf_path = empty_string()) const;